From b234f7411542ec770de43409e7c0af4a6093a4cc Mon Sep 17 00:00:00 2001 From: marwin Date: Thu, 19 Mar 2026 21:42:40 +0100 Subject: [PATCH] Bump SW cache to v3 to invalidate stale cached app.js and HTML 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 8ccdeca..d52308e 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-v2'; +const CACHE = 'diora-v3'; const PODCAST_CACHE = 'diora-podcast-v1'; const SHELL = [ '/',