diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-16 20:49:24 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-16 20:49:24 +0200 |
commit | bbd38a54a0d281fe16b1e1cf0dce13ef09ea1adb (patch) | |
tree | 176e3cea51b4764fd737336432c4f85a87ca68d3 /public/service-worker.js | |
parent | 762dc0cbdd8cd99170bda238538045459cc65446 (diff) |
Release assets2.14.8
Diffstat (limited to 'public/service-worker.js')
-rw-r--r-- | public/service-worker.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/public/service-worker.js b/public/service-worker.js index ea8d3ed..9ec0e6f 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,18 +1,18 @@ -const CACHE_NAME = 'static-cache-v90'; +const CACHE_NAME = 'static-cache-v91'; const FILES_TO_CACHE = [ '/favicon.ico', '/offline.html', - '/static/v90/css/light.min.css', - '/static/v90/css/dark.min.css', - '/static/v90/css/material-icons.css', - '/static/v90/fonts/MaterialIcons-Regular.woff2', - '/static/v90/fonts/MaterialIcons-Regular.woff', - '/static/v90/fonts/MaterialIcons-Regular.ttf', - '/static/v90/js/jquery-3.4.1.min.js', - '/static/v90/js/materialize.min.js', - '/static/v90/js/travelynx-actions.min.js', - '/static/v90/js/autocomplete.min.js', - '/static/v90/js/geolocation.min.js', + '/static/v91/css/light.min.css', + '/static/v91/css/dark.min.css', + '/static/v91/css/material-icons.css', + '/static/v91/fonts/MaterialIcons-Regular.woff2', + '/static/v91/fonts/MaterialIcons-Regular.woff', + '/static/v91/fonts/MaterialIcons-Regular.ttf', + '/static/v91/js/jquery-3.4.1.min.js', + '/static/v91/js/materialize.min.js', + '/static/v91/js/travelynx-actions.min.js', + '/static/v91/js/autocomplete.min.js', + '/static/v91/js/geolocation.min.js', ]; self.addEventListener('install', (evt) => { |