Skip to content

Commit 8a4acb1

Browse files
Bump service worker cache to v5 to flush stale index.html
Signed-off-by: Natalie Spiva <natalie@acreetionos.org>
1 parent dfec5e7 commit 8a4acb1

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
@@ -1,5 +1,5 @@
11
// Service Worker for caching and offline support
2-
const CACHE_VERSION = 'v4';
2+
const CACHE_VERSION = 'v5';
33
const CACHE_NAME = `acreetionos-${CACHE_VERSION}`;
44

55
const STATIC_ASSETS = [

0 commit comments

Comments
 (0)