diff --git a/frontend/sw.js b/frontend/sw.js index 302bd6b..e6654cd 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.0'; // ← bump this on every deploy to bust the cache +const VERSION = 'v1.0.1'; // ← bump this on every deploy to bust the cache const CACHE = 'ytplayer-' + VERSION; // Files that form the installable app shell.