From a4eb4b13315269b2b0d2be40885c1878b1d4c692 Mon Sep 17 00:00:00 2001 From: marcrobledo Date: Tue, 15 Sep 2020 13:58:24 +0200 Subject: [PATCH] dirty fix for issue #12 --- _cache_service_worker.js | 2 +- index.html | 2 +- js/RomPatcher.js | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index 5f896b0..10fe7bb 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -29,7 +29,7 @@ caches.keys().then(function(cacheNames){ }); var PRECACHE_ID='rom-patcher-js'; -var PRECACHE_VERSION='v10'; +var PRECACHE_VERSION='v11'; var PRECACHE_URLS=[ '/RomPatcher.js/','/RomPatcher.js/index.html', '/RomPatcher.js/manifest.json', diff --git a/index.html b/index.html index 613cc1e..ee88382 100644 --- a/index.html +++ b/index.html @@ -173,7 +173,7 @@