Skip to content

Commit 60c1682

Browse files
authored
Update sw.js
1 parent 1a9d879 commit 60c1682

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 = 29;
3+
const CACHE_VERSION = 30;
44
const CURRENT_CACHES = { prefetch: 'seoscribe-v' + CACHE_VERSION };
55

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

0 commit comments

Comments
 (0)