summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-07-26 18:57:04 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-07-26 18:57:04 +0200
commit5354a6f6c5a82338873a95dea6b6daea8fae0176 (patch)
tree319ae74d41cb81956d323b4cfadfe2480fe9d8c8 /public/service-worker.js
parent7815ac8813e20d55f760f357e5dc981a5963513b (diff)
Release assets
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 0da9c5e..eeab143 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v75';
+const CACHE_NAME = 'static-cache-v76';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v75/css/light.min.css',
- '/static/v75/css/dark.min.css',
- '/static/v75/css/material-icons.css',
- '/static/v75/fonts/MaterialIcons-Regular.woff2',
- '/static/v75/fonts/MaterialIcons-Regular.woff',
- '/static/v75/fonts/MaterialIcons-Regular.ttf',
- '/static/v75/js/jquery-3.4.1.min.js',
- '/static/v75/js/materialize.min.js',
- '/static/v75/js/travelynx-actions.min.js',
- '/static/v75/js/autocomplete.min.js',
- '/static/v75/js/geolocation.min.js',
+ '/static/v76/css/light.min.css',
+ '/static/v76/css/dark.min.css',
+ '/static/v76/css/material-icons.css',
+ '/static/v76/fonts/MaterialIcons-Regular.woff2',
+ '/static/v76/fonts/MaterialIcons-Regular.woff',
+ '/static/v76/fonts/MaterialIcons-Regular.ttf',
+ '/static/v76/js/jquery-3.4.1.min.js',
+ '/static/v76/js/materialize.min.js',
+ '/static/v76/js/travelynx-actions.min.js',
+ '/static/v76/js/autocomplete.min.js',
+ '/static/v76/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {