Skip to content

Commit 67af62f

Browse files
committed
update cache
1 parent b05d245 commit 67af62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const STATIC_CACHE_NAME = "static";
2-
const STATIC_CACHE_VERSION = "v43";
2+
const STATIC_CACHE_VERSION = "v44";
33
const STATIC_CACHE_ID = `${STATIC_CACHE_NAME}-${STATIC_CACHE_VERSION}`;
44

55
// All the files need to be added here manually. I want to avoid

0 commit comments

Comments
 (0)