summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-06-09 13:15:38 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-06-09 13:15:49 +0200
commita9d742e61bd2afafea711d7ccd589ed704c415da (patch)
treeded3ac03b1081054e017b595a92c2a43b907a56f /public/service-worker.js
parentada4618f5b7fd24054866f7586e2ce56342326e9 (diff)
release assets2.13.0
Diffstat (limited to 'public/service-worker.js')
-rw-r--r--public/service-worker.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/public/service-worker.js b/public/service-worker.js
index 90b0416..6c57348 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v86';
+const CACHE_NAME = 'static-cache-v87';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v86/css/light.min.css',
- '/static/v86/css/dark.min.css',
- '/static/v86/css/material-icons.css',
- '/static/v86/fonts/MaterialIcons-Regular.woff2',
- '/static/v86/fonts/MaterialIcons-Regular.woff',
- '/static/v86/fonts/MaterialIcons-Regular.ttf',
- '/static/v86/js/jquery-3.4.1.min.js',
- '/static/v86/js/materialize.min.js',
- '/static/v86/js/travelynx-actions.min.js',
- '/static/v86/js/autocomplete.min.js',
- '/static/v86/js/geolocation.min.js',
+ '/static/v87/css/light.min.css',
+ '/static/v87/css/dark.min.css',
+ '/static/v87/css/material-icons.css',
+ '/static/v87/fonts/MaterialIcons-Regular.woff2',
+ '/static/v87/fonts/MaterialIcons-Regular.woff',
+ '/static/v87/fonts/MaterialIcons-Regular.ttf',
+ '/static/v87/js/jquery-3.4.1.min.js',
+ '/static/v87/js/materialize.min.js',
+ '/static/v87/js/travelynx-actions.min.js',
+ '/static/v87/js/autocomplete.min.js',
+ '/static/v87/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {