From 96a21f5482d23b05086a43a25f5666f4861adba9 Mon Sep 17 00:00:00 2001 From: Marwin Schulz Date: Fri, 20 Mar 2026 11:49:23 +0100 Subject: [PATCH] Bump SW cache to v6 to force re-cache updated app.js/app.css Previous changes (renderBookList keyOk warning, openBook overlay fix) were being served from the stale v5 cache. Co-Authored-By: Claude Sonnet 4.6 --- static/js/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/sw.js b/static/js/sw.js index 63ce68b..f53b666 100644 --- a/static/js/sw.js +++ b/static/js/sw.js @@ -2,7 +2,7 @@ * diora service worker — caches the app shell for offline use. */ -const CACHE = 'diora-v5'; +const CACHE = 'diora-v6'; const PODCAST_CACHE = 'diora-podcast-v1'; const SHELL = [ '/static/css/app.css',