uncrash everything on pressing all

This commit is contained in:
2022-06-19 11:00:08 +02:00
parent 132e49b589
commit 30b3cf0d0a
3 changed files with 12 additions and 16 deletions

2
sw.js
View File

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