mirror of
https://github.com/boxgaming/qbjs.git
synced 2024-09-28 06:27:47 +00:00
Incremented cache version
This commit is contained in:
parent
ad0e2a2097
commit
0776dda5e7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
// Names of the two caches used in this version of the service worker.
|
||||
// Change to v2, etc. when you update any of the local resources, which will
|
||||
// in turn trigger the install event again.
|
||||
const PRECACHE = 'precache-v4';
|
||||
const PRECACHE = 'precache-v5';
|
||||
const RUNTIME = 'runtime';
|
||||
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue