Skip to content

Commit 2a6fb8f

Browse files
committed
update cache version
1 parent 985de44 commit 2a6fb8f

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
@@ -14,7 +14,7 @@
1414
// Names of the two caches used in this version of the service worker.
1515
// Change to v2, etc. when you update any of the local resources, which will
1616
// in turn trigger the install event again.
17-
const PRECACHE = 'precache-v47';
17+
const PRECACHE = 'precache-v48';
1818
const RUNTIME = 'runtime';
1919
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
2020

0 commit comments

Comments
 (0)