diff options
author | Derf Null <derf@finalrewind.org> | 2023-06-04 20:49:56 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-06-04 20:49:56 +0200 |
commit | b99620a28366618f4d0f04770910f68f2d6abfad (patch) | |
tree | edb2a294abd0f5008dde3f4ce1de0355a38e0599 /public/service-worker.js | |
parent | e220e55dea040f62b12298f2db7d7d207699ee02 (diff) |
release assets1.32.0
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 091de04..866b6ac 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,18 +1,18 @@ -const CACHE_NAME = 'static-cache-v55'; +const CACHE_NAME = 'static-cache-v56'; const FILES_TO_CACHE = [ '/favicon.ico', '/offline.html', - '/static/v55/css/light.min.css', - '/static/v55/css/dark.min.css', - '/static/v55/css/material-icons.css', - '/static/v55/fonts/MaterialIcons-Regular.woff2', - '/static/v55/fonts/MaterialIcons-Regular.woff', - '/static/v55/fonts/MaterialIcons-Regular.ttf', - '/static/v55/js/jquery-3.4.1.min.js', - '/static/v55/js/materialize.min.js', - '/static/v55/js/travelynx-actions.min.js', - '/static/v55/js/autocomplete.min.js', - '/static/v55/js/geolocation.min.js', + '/static/v56/css/light.min.css', + '/static/v56/css/dark.min.css', + '/static/v56/css/material-icons.css', + '/static/v56/fonts/MaterialIcons-Regular.woff2', + '/static/v56/fonts/MaterialIcons-Regular.woff', + '/static/v56/fonts/MaterialIcons-Regular.ttf', + '/static/v56/js/jquery-3.4.1.min.js', + '/static/v56/js/materialize.min.js', + '/static/v56/js/travelynx-actions.min.js', + '/static/v56/js/autocomplete.min.js', + '/static/v56/js/geolocation.min.js', ]; self.addEventListener('install', (evt) => { |