summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-06-24 17:18:19 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-06-24 17:18:19 +0200
commit20ad04a41f6fe4561a40e4d6e42aec1c62e2f91a (patch)
tree34e2ddffe2994676bb9f7a6846a97bf155aa7459 /public/service-worker.js
parent198d363b23dddb1375a2e71925441dd25dbaad29 (diff)
release assets2.7.5
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 ee05e68..97111d5 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v73';
+const CACHE_NAME = 'static-cache-v74';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v73/css/light.min.css',
- '/static/v73/css/dark.min.css',
- '/static/v73/css/material-icons.css',
- '/static/v73/fonts/MaterialIcons-Regular.woff2',
- '/static/v73/fonts/MaterialIcons-Regular.woff',
- '/static/v73/fonts/MaterialIcons-Regular.ttf',
- '/static/v73/js/jquery-3.4.1.min.js',
- '/static/v73/js/materialize.min.js',
- '/static/v73/js/travelynx-actions.min.js',
- '/static/v73/js/autocomplete.min.js',
- '/static/v73/js/geolocation.min.js',
+ '/static/v74/css/light.min.css',
+ '/static/v74/css/dark.min.css',
+ '/static/v74/css/material-icons.css',
+ '/static/v74/fonts/MaterialIcons-Regular.woff2',
+ '/static/v74/fonts/MaterialIcons-Regular.woff',
+ '/static/v74/fonts/MaterialIcons-Regular.ttf',
+ '/static/v74/js/jquery-3.4.1.min.js',
+ '/static/v74/js/materialize.min.js',
+ '/static/v74/js/travelynx-actions.min.js',
+ '/static/v74/js/autocomplete.min.js',
+ '/static/v74/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {