From 38376225c8cd3837a87c8cf0067d88947facf239 Mon Sep 17 00:00:00 2001 From: remi Date: Sat, 25 Jun 2022 11:49:44 +0200 Subject: [PATCH] huh --- heonian-resources | 2 +- sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/heonian-resources b/heonian-resources index 4804ab2..9f0c499 160000 --- a/heonian-resources +++ b/heonian-resources @@ -1 +1 @@ -Subproject commit 4804ab203e1b342590273373d6362f473dc74079 +Subproject commit 9f0c4998ee73181e7a9b1a624a457fa377ca6998 diff --git a/sw.js b/sw.js index 8bc2b4f..0d179c8 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const currentVersion = '1701'; +const currentVersion = '28402'; const addResourcesToCache = async (resources) => { const cache = await caches.open(currentVersion);