From b6b3655142435eefdea134be6ee2b81fc2d7a110 Mon Sep 17 00:00:00 2001 From: remi Date: Sat, 25 Jun 2022 11:50:01 +0200 Subject: [PATCH] aa --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 0d179c8..3d741fc 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const currentVersion = '28402'; +const currentVersion = '23628'; const addResourcesToCache = async (resources) => { const cache = await caches.open(currentVersion);