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 aa36027 commit 9f58885Copy full SHA for 9f58885
docs/service-worker.js
@@ -27,7 +27,7 @@
27
// kick off the service worker update flow and the old cache(s) will be purged
28
// as part of the activate event handler when the updated service worker is
29
// activated.
30
-var CACHE_VERSION = 10;
+var CACHE_VERSION = 11;
31
var CURRENT_CACHES = {
32
'read-through': 'read-through-cache-v' + CACHE_VERSION
33
};
0 commit comments