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 d29409c commit 127508bCopy full SHA for 127508b
sw.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const CACHE_VERSION = 19;
+const CACHE_VERSION = 20;
4
const CURRENT_CACHES = { prefetch: 'seoscribe-v' + CACHE_VERSION };
5
6
self.addEventListener('install', event => {
0 commit comments