This commit is contained in:
2022-06-25 11:49:44 +02:00
parent 00032f9cc0
commit 38376225c8
2 changed files with 2 additions and 2 deletions

2
sw.js
View File

@@ -1,4 +1,4 @@
const currentVersion = '1701';
const currentVersion = '28402';
const addResourcesToCache = async (resources) => {
const cache = await caches.open(currentVersion);