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 2c4cbaa commit 12a0963Copy full SHA for 12a0963
sw.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const CACHE_VERSION = 25;
+const CACHE_VERSION = 27;
4
const CURRENT_CACHES = { prefetch: 'seoscribe-v' + CACHE_VERSION };
5
6
self.addEventListener('install', event => {
0 commit comments