We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985de44 commit 2a6fb8fCopy full SHA for 2a6fb8f
service-worker.js
@@ -14,7 +14,7 @@
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-v47';
+const PRECACHE = 'precache-v48';
18
const RUNTIME = 'runtime';
19
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
20
0 commit comments