Skip to content

Commit 0523bff

Browse files
committed
Updated cache version
1 parent 9fa7a19 commit 0523bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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-v63';
18-
const RUNTIME = 'runtime-v4';
17+
const PRECACHE = 'precache-v64';
18+
const RUNTIME = 'runtime-v5';
1919
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
2020

2121
// A list of local resources we always want to be cached.

0 commit comments

Comments
 (0)