Skip to content

Commit 12a0963

Browse files
authored
Update sw.js
1 parent 2c4cbaa commit 12a0963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const CACHE_VERSION = 25;
3+
const CACHE_VERSION = 27;
44
const CURRENT_CACHES = { prefetch: 'seoscribe-v' + CACHE_VERSION };
55

66
self.addEventListener('install', event => {

0 commit comments

Comments
 (0)