summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorDerf Null <derf@finalrewind.org>2023-05-03 19:55:38 +0200
committerDerf Null <derf@finalrewind.org>2023-05-03 19:55:38 +0200
commiteb5f4b06cdb7d2ac229758ade16f69acf70194dc (patch)
treed28f1953f6be17a621c8bc8f6b0e4d216b067a52 /public/service-worker.js
parenta3d4374bab38401b4f762bcf837220a839557a77 (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 234c9d7..33e58ba 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,18 +1,18 @@
-const CACHE_NAME = 'static-cache-v52';
+const CACHE_NAME = 'static-cache-v53';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v52/css/light.min.css',
- '/static/v52/css/dark.min.css',
- '/static/v52/css/material-icons.css',
- '/static/v52/fonts/MaterialIcons-Regular.woff2',
- '/static/v52/fonts/MaterialIcons-Regular.woff',
- '/static/v52/fonts/MaterialIcons-Regular.ttf',
- '/static/v52/js/jquery-3.4.1.min.js',
- '/static/v52/js/materialize.min.js',
- '/static/v52/js/travelynx-actions.min.js',
- '/static/v52/js/autocomplete.min.js',
- '/static/v52/js/geolocation.min.js',
+ '/static/v53/css/light.min.css',
+ '/static/v53/css/dark.min.css',
+ '/static/v53/css/material-icons.css',
+ '/static/v53/fonts/MaterialIcons-Regular.woff2',
+ '/static/v53/fonts/MaterialIcons-Regular.woff',
+ '/static/v53/fonts/MaterialIcons-Regular.ttf',
+ '/static/v53/js/jquery-3.4.1.min.js',
+ '/static/v53/js/materialize.min.js',
+ '/static/v53/js/travelynx-actions.min.js',
+ '/static/v53/js/autocomplete.min.js',
+ '/static/v53/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {