summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-09-22 00:20:04 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-09-22 00:20:04 +0200
commit293a7f179190d2e9fe7784b100f83ba28e6a0430 (patch)
treed3364d8811d1239594d0e7181dc7a4b903348602 /public/service-worker.js
parent5e3abf68100a767030091fecd53ab6275efd3923 (diff)
release assets2.17.6
Diffstat (limited to 'public/service-worker.js')
-rw-r--r--public/service-worker.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/public/service-worker.js b/public/service-worker.js
index eab0035..7d80374 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,17 +1,17 @@
-const CACHE_NAME = 'static-cache-v98';
+const CACHE_NAME = 'static-cache-v99';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v98/css/light.min.css',
- '/static/v98/css/dark.min.css',
- '/static/v98/css/material-icons.css',
- '/static/v98/fonts/MaterialIcons-Regular.woff2',
- '/static/v98/fonts/MaterialIcons-Regular.woff',
- '/static/v98/fonts/MaterialIcons-Regular.ttf',
- '/static/v98/js/jquery-3.4.1.min.js',
- '/static/v98/js/materialize.min.js',
- '/static/v98/js/travelynx-actions.min.js',
- '/static/v98/js/geolocation.min.js',
+ '/static/v99/css/light.min.css',
+ '/static/v99/css/dark.min.css',
+ '/static/v99/css/material-icons.css',
+ '/static/v99/fonts/MaterialIcons-Regular.woff2',
+ '/static/v99/fonts/MaterialIcons-Regular.woff',
+ '/static/v99/fonts/MaterialIcons-Regular.ttf',
+ '/static/v99/js/jquery-3.4.1.min.js',
+ '/static/v99/js/materialize.min.js',
+ '/static/v99/js/travelynx-actions.min.js',
+ '/static/v99/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {