From e064063f978620da3010c15ef7c679ede3b9b0a9 Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Thu, 18 Apr 2019 12:10:39 +0200 Subject: [PATCH] PWA fix attempt 5b --- _cache_service_worker.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index 4dfa66f..de977e3 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -30,7 +30,7 @@ caches.keys().then(function(cacheNames){ }); var PRECACHE_ID='rom-patcher-js'; -var PRECACHE_VERSION='v3'; +var PRECACHE_VERSION='v4'; var PRECACHE_URLS=[ '/RomPatcher.js/','/RomPatcher.js/index.html', '/RomPatcher.js/manifest.json', diff --git a/index.html b/index.html index faef420..cb67b7a 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@