diff --git a/index.html b/index.html index bf5de0c..5e4bb6a 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@
- show all words random word resources + show all words random word wiki
update available! close all open hisho tabs and reopen hisho to update. diff --git a/sw.js b/sw.js index 3d741fc..96c0448 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const currentVersion = '23628'; +const currentVersion = '7675'; const addResourcesToCache = async (resources) => { const cache = await caches.open(currentVersion);