chore: bump service worker version to v1.0.2 to trigger client updates

This commit is contained in:
Jonathan Sykes
2026-07-01 01:24:45 +08:00
parent 041fc6a974
commit fec069479f

View File

@@ -16,7 +16,7 @@
* 5. SW calls skipWaiting() → takes over → client reloads.
* ========================================================================== */
const VERSION = 'v1.0.1'; // ← bump this on every deploy to bust the cache
const VERSION = 'v1.0.2'; // ← bump this on every deploy to bust the cache
const CACHE = 'ytplayer-' + VERSION;
// Files that form the installable app shell.