We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05d245 commit 67af62fCopy full SHA for 67af62f
service-worker.js
@@ -1,5 +1,5 @@
1
const STATIC_CACHE_NAME = "static";
2
-const STATIC_CACHE_VERSION = "v43";
+const STATIC_CACHE_VERSION = "v44";
3
const STATIC_CACHE_ID = `${STATIC_CACHE_NAME}-${STATIC_CACHE_VERSION}`;
4
5
// All the files need to be added here manually. I want to avoid
0 commit comments