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);