From 5c3a0a562a2169986f3f91034b10a5e177c7dff5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 May 2019 11:48:17 +0200 Subject: oops 2 (asset release) --- public/service-worker.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'public/service-worker.js') diff --git a/public/service-worker.js b/public/service-worker.js index 4f92662..e6f6ae0 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,18 +1,18 @@ -const CACHE_NAME = 'static-cache-v19'; +const CACHE_NAME = 'static-cache-v20'; const FILES_TO_CACHE = [ '/favicon.ico', '/offline.html', - '/static/v19/css/materialize.min.css', - '/static/v19/css/material-icons.css', - '/static/v19/css/local.css', - '/static/v19/fonts/MaterialIcons-Regular.woff2', - '/static/v19/fonts/MaterialIcons-Regular.woff', - '/static/v19/fonts/MaterialIcons-Regular.ttf', - '/static/v19/js/jquery-3.4.1.min.js', - '/static/v19/js/materialize.min.js', - '/static/v19/js/travelynx-actions.min.js', - '/static/v19/js/autocomplete.min.js', - '/static/v19/js/geolocation.min.js', + '/static/v20/css/materialize.min.css', + '/static/v20/css/material-icons.css', + '/static/v20/css/local.css', + '/static/v20/fonts/MaterialIcons-Regular.woff2', + '/static/v20/fonts/MaterialIcons-Regular.woff', + '/static/v20/fonts/MaterialIcons-Regular.ttf', + '/static/v20/js/jquery-3.4.1.min.js', + '/static/v20/js/materialize.min.js', + '/static/v20/js/travelynx-actions.min.js', + '/static/v20/js/autocomplete.min.js', + '/static/v20/js/geolocation.min.js', ]; self.addEventListener('install', (evt) => { -- cgit v1.2.3