summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-06-16 20:03:00 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-06-16 20:03:00 +0200
commit2b5d6b77a745bda8cea040b1fe0d1b4bdf5f9c9f (patch)
tree9d09c7cac0138c103f23c7367dd4e75715577508 /public/service-worker.js
parent1ecb5fbc6ec71d0577de4f6eebe16f5a71dc9559 (diff)
release assets2.14.7
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 061eb40..ea8d3ed 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v89';
+const CACHE_NAME = 'static-cache-v90';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v89/css/light.min.css',
- '/static/v89/css/dark.min.css',
- '/static/v89/css/material-icons.css',
- '/static/v89/fonts/MaterialIcons-Regular.woff2',
- '/static/v89/fonts/MaterialIcons-Regular.woff',
- '/static/v89/fonts/MaterialIcons-Regular.ttf',
- '/static/v89/js/jquery-3.4.1.min.js',
- '/static/v89/js/materialize.min.js',
- '/static/v89/js/travelynx-actions.min.js',
- '/static/v89/js/autocomplete.min.js',
- '/static/v89/js/geolocation.min.js',
+ '/static/v90/css/light.min.css',
+ '/static/v90/css/dark.min.css',
+ '/static/v90/css/material-icons.css',
+ '/static/v90/fonts/MaterialIcons-Regular.woff2',
+ '/static/v90/fonts/MaterialIcons-Regular.woff',
+ '/static/v90/fonts/MaterialIcons-Regular.ttf',
+ '/static/v90/js/jquery-3.4.1.min.js',
+ '/static/v90/js/materialize.min.js',
+ '/static/v90/js/travelynx-actions.min.js',
+ '/static/v90/js/autocomplete.min.js',
+ '/static/v90/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {