summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-04-23 17:14:06 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-04-23 17:14:06 +0200
commit8d7e66cdc8150b5390f7cc1de90609a461cc6cc9 (patch)
tree3e6a4792a2120f27452be50ad2505c959662f45d /public/service-worker.js
parent370d8f4a206dfda590675281f253fb1705cb2fd0 (diff)
release assets2.6.8
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 30e49d7..b564d65 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v71';
+const CACHE_NAME = 'static-cache-v72';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v71/css/light.min.css',
- '/static/v71/css/dark.min.css',
- '/static/v71/css/material-icons.css',
- '/static/v71/fonts/MaterialIcons-Regular.woff2',
- '/static/v71/fonts/MaterialIcons-Regular.woff',
- '/static/v71/fonts/MaterialIcons-Regular.ttf',
- '/static/v71/js/jquery-3.4.1.min.js',
- '/static/v71/js/materialize.min.js',
- '/static/v71/js/travelynx-actions.min.js',
- '/static/v71/js/autocomplete.min.js',
- '/static/v71/js/geolocation.min.js',
+ '/static/v72/css/light.min.css',
+ '/static/v72/css/dark.min.css',
+ '/static/v72/css/material-icons.css',
+ '/static/v72/fonts/MaterialIcons-Regular.woff2',
+ '/static/v72/fonts/MaterialIcons-Regular.woff',
+ '/static/v72/fonts/MaterialIcons-Regular.ttf',
+ '/static/v72/js/jquery-3.4.1.min.js',
+ '/static/v72/js/materialize.min.js',
+ '/static/v72/js/travelynx-actions.min.js',
+ '/static/v72/js/autocomplete.min.js',
+ '/static/v72/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {