From fec069479fd30d5f42c32b42d7139fefcbcec24c Mon Sep 17 00:00:00 2001 From: Jonathan Sykes Date: Wed, 1 Jul 2026 01:24:45 +0800 Subject: [PATCH] chore: bump service worker version to v1.0.2 to trigger client updates --- frontend/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sw.js b/frontend/sw.js index e6654cd..ffdd2be 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -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.