From ef9aed3126d5916c7a367e1f99eba540c145b275 Mon Sep 17 00:00:00 2001 From: remi Date: Sun, 31 Jul 2022 09:28:37 +0200 Subject: [PATCH] uwu --- index.html | 2 +- sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);