Skip to content

Commit 7d64efe

Browse files
updating service worker
1 parent 64f5fa3 commit 7d64efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1st-edition/read/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* A version number is useful when updating the worker logic,
44
allowing you to remove outdated cache entries during the update.
55
*/
6-
var version = 'v1::';
6+
var version = 'v2::';
77

88
/* These resources will be downloaded and cached by the service worker
99
during the installation process. If any resource fails to be downloaded,

0 commit comments

Comments
 (0)