We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa7a19 commit 0523bffCopy full SHA for 0523bff
service-worker.js
@@ -14,8 +14,8 @@
14
// Names of the two caches used in this version of the service worker.
15
// Change to v2, etc. when you update any of the local resources, which will
16
// in turn trigger the install event again.
17
-const PRECACHE = 'precache-v63';
18
-const RUNTIME = 'runtime-v4';
+const PRECACHE = 'precache-v64';
+const RUNTIME = 'runtime-v5';
19
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
20
21
// A list of local resources we always want to be cached.
0 commit comments