Skip to content

Commit 9f58885

Browse files
authored
CACHE_VERSION 11
1 parent aa36027 commit 9f58885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// kick off the service worker update flow and the old cache(s) will be purged
2828
// as part of the activate event handler when the updated service worker is
2929
// activated.
30-
var CACHE_VERSION = 10;
30+
var CACHE_VERSION = 11;
3131
var CURRENT_CACHES = {
3232
'read-through': 'read-through-cache-v' + CACHE_VERSION
3333
};

0 commit comments

Comments
 (0)