Skip to content

Commit bc02ee2

Browse files
author
Your Name
committed
Sync service worker cache name with v1.29.10
1 parent 2628e60 commit bc02ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// install/activate a fresh worker. If it's left stale, already-installed
44
// PWAs keep serving whatever was cached under the old name indefinitely
55
// (this has silently happened before: see the v1.25.6 and v1.28.0 fixes).
6-
const CACHE_NAME = 'nsnvc-tracker-v1.29.3';
6+
const CACHE_NAME = 'nsnvc-tracker-v1.29.10';
77
const urlsToCache = [
88
'./',
99
'./index.html',

0 commit comments

Comments
 (0)