summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-08-20 16:23:02 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-08-20 16:23:02 +0200
commit3eda3beeae6aca42c395c9de221782b5d4843f42 (patch)
tree92751b142cfa1b54943bac509f0c5c91d53cc312 /public/service-worker.js
parent9bb561c3eed1491b711ca8bbb74ddde27b43d027 (diff)
release assets
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 6e6312d..73bce7c 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v59';
+const CACHE_NAME = 'static-cache-v60';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v59/css/light.min.css',
- '/static/v59/css/dark.min.css',
- '/static/v59/css/material-icons.css',
- '/static/v59/fonts/MaterialIcons-Regular.woff2',
- '/static/v59/fonts/MaterialIcons-Regular.woff',
- '/static/v59/fonts/MaterialIcons-Regular.ttf',
- '/static/v59/js/jquery-3.4.1.min.js',
- '/static/v59/js/materialize.min.js',
- '/static/v59/js/travelynx-actions.min.js',
- '/static/v59/js/autocomplete.min.js',
- '/static/v59/js/geolocation.min.js',
+ '/static/v60/css/light.min.css',
+ '/static/v60/css/dark.min.css',
+ '/static/v60/css/material-icons.css',
+ '/static/v60/fonts/MaterialIcons-Regular.woff2',
+ '/static/v60/fonts/MaterialIcons-Regular.woff',
+ '/static/v60/fonts/MaterialIcons-Regular.ttf',
+ '/static/v60/js/jquery-3.4.1.min.js',
+ '/static/v60/js/materialize.min.js',
+ '/static/v60/js/travelynx-actions.min.js',
+ '/static/v60/js/autocomplete.min.js',
+ '/static/v60/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {