diff mrjunejune/src/sw.js @ 262:0f45474c1b1a

Add cyberpunk JRPG blog browser Show the latest posts in the JRPG preview and render the full blog archive and sanitized post details in the Inspect modal. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Thu, 06 Aug 2026 04:08:45 -0700
parents b401627fc49e
children ee04e4e69fed
line wrap: on
line diff
--- a/mrjunejune/src/sw.js	Wed Aug 05 20:38:32 2026 -0700
+++ b/mrjunejune/src/sw.js	Thu Aug 06 04:08:45 2026 -0700
@@ -1,5 +1,5 @@
 // Root-scoped Service Worker for MrJuneJune PWA
-const CACHE_VERSION = 'v13-turn-resume';
+const CACHE_VERSION = 'v14-blog-browser';
 const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`;
 
 // Files to cache immediately on install