diff --git a/index.html b/index.html index 7de4f46..2dc915c 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - +
@@ -117,6 +117,6 @@ - + diff --git a/sw.js b/sw.js index 9edd277..4bfdd8f 100644 --- a/sw.js +++ b/sw.js @@ -1,10 +1,10 @@ -const CACHE_NAME = 'mischlabs-pwa-v7'; +const CACHE_NAME = 'mischlabs-pwa-v9'; const APP_SHELL = [ '/', '/index.html', '/offline.html', - '/style.css?v=13', - '/app.js?v=3', + '/style.css?v=20', + '/app.js?v=6', '/services.json?v=1', '/manifest.webmanifest?v=3', '/icons/icon-192.png',