From 00032f9cc0051f22ae56c5665f95dc6f099308bf Mon Sep 17 00:00:00 2001 From: remi Date: Sat, 25 Jun 2022 11:47:58 +0200 Subject: [PATCH] validate json --- heonian-resources | 2 +- sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/heonian-resources b/heonian-resources index 08c7594..4804ab2 160000 --- a/heonian-resources +++ b/heonian-resources @@ -1 +1 @@ -Subproject commit 08c759451d133ea8009ef89a6aec7b0def82a1f5 +Subproject commit 4804ab203e1b342590273373d6362f473dc74079 diff --git a/sw.js b/sw.js index 475e5f3..8bc2b4f 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const currentVersion = '24678'; +const currentVersion = '1701'; const addResourcesToCache = async (resources) => { const cache = await caches.open(currentVersion);