summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-10-05 06:59:47 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-10-05 06:59:47 +0200
commiteb7000429eb07d564fed492b42f886dab6176264 (patch)
treeaa21fff3e5355e85a1e22b9e829907a9d286e387 /public/service-worker.js
parente59c8c5a730f9d23c25fc49f12b24cf5d37bd52d (diff)
release assets2.4.1
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 7c42f94..093a42c 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v62';
+const CACHE_NAME = 'static-cache-v63';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v62/css/light.min.css',
- '/static/v62/css/dark.min.css',
- '/static/v62/css/material-icons.css',
- '/static/v62/fonts/MaterialIcons-Regular.woff2',
- '/static/v62/fonts/MaterialIcons-Regular.woff',
- '/static/v62/fonts/MaterialIcons-Regular.ttf',
- '/static/v62/js/jquery-3.4.1.min.js',
- '/static/v62/js/materialize.min.js',
- '/static/v62/js/travelynx-actions.min.js',
- '/static/v62/js/autocomplete.min.js',
- '/static/v62/js/geolocation.min.js',
+ '/static/v63/css/light.min.css',
+ '/static/v63/css/dark.min.css',
+ '/static/v63/css/material-icons.css',
+ '/static/v63/fonts/MaterialIcons-Regular.woff2',
+ '/static/v63/fonts/MaterialIcons-Regular.woff',
+ '/static/v63/fonts/MaterialIcons-Regular.ttf',
+ '/static/v63/js/jquery-3.4.1.min.js',
+ '/static/v63/js/materialize.min.js',
+ '/static/v63/js/travelynx-actions.min.js',
+ '/static/v63/js/autocomplete.min.js',
+ '/static/v63/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {