We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f75dc commit ac27fc2Copy full SHA for ac27fc2
service-worker.js
@@ -1,5 +1,5 @@
1
const STATIC_CACHE_NAME = "static";
2
-const STATIC_CACHE_VERSION = "v41";
+const STATIC_CACHE_VERSION = "v42";
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