summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-12-12 20:08:19 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-12-12 20:08:19 +0100
commit5879d6671417dae85f8a54b30566a2368689ae27 (patch)
treeccc5f95a3f83101f72e6a7286e650568396b96c2 /public/service-worker.js
parent2ec6197e9eb52de3f00628ddb16c71a760c2c579 (diff)
release assets1.28.3
Diffstat (limited to 'public/service-worker.js')
-rw-r--r--public/service-worker.js26
1 files changed, 13 insertions, 13 deletions
diff --git a/public/service-worker.js b/public/service-worker.js
index e6a240d..8961cd1 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,19 +1,19 @@
-const CACHE_NAME = 'static-cache-v44';
+const CACHE_NAME = 'static-cache-v45';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v44/css/light.min.css',
- '/static/v44/css/dark.min.css',
- '/static/v44/css/material-icons.css',
- '/static/v44/css/local.css',
- '/static/v44/fonts/MaterialIcons-Regular.woff2',
- '/static/v44/fonts/MaterialIcons-Regular.woff',
- '/static/v44/fonts/MaterialIcons-Regular.ttf',
- '/static/v44/js/jquery-3.4.1.min.js',
- '/static/v44/js/materialize.min.js',
- '/static/v44/js/travelynx-actions.min.js',
- '/static/v44/js/autocomplete.min.js',
- '/static/v44/js/geolocation.min.js',
+ '/static/v45/css/light.min.css',
+ '/static/v45/css/dark.min.css',
+ '/static/v45/css/material-icons.css',
+ '/static/v45/css/local.css',
+ '/static/v45/fonts/MaterialIcons-Regular.woff2',
+ '/static/v45/fonts/MaterialIcons-Regular.woff',
+ '/static/v45/fonts/MaterialIcons-Regular.ttf',
+ '/static/v45/js/jquery-3.4.1.min.js',
+ '/static/v45/js/materialize.min.js',
+ '/static/v45/js/travelynx-actions.min.js',
+ '/static/v45/js/autocomplete.min.js',
+ '/static/v45/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {