From 00e3ce96228f1a441d026d304f0820d0f8405983 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Jun 2026 14:46:40 +0000 Subject: [PATCH] Companion-App: Cache-Bump v5 -> v6 (index.html-Aenderungen aus 45e4a2e) Co-Authored-By: Claude Opus 4.8 (1M context) --- 04_Tablet-Quiz/app/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_Tablet-Quiz/app/sw.js b/04_Tablet-Quiz/app/sw.js index f01d2b6..f4ec182 100644 --- a/04_Tablet-Quiz/app/sw.js +++ b/04_Tablet-Quiz/app/sw.js @@ -1,5 +1,5 @@ /* Service Worker — SLC-Workshop Companion (App-Shell, offline-first) */ -const CACHE = "slc-companion-v5"; +const CACHE = "slc-companion-v6"; const SHELL = ["./", "index.html", "manifest.webmanifest", "icon.svg"]; // Action-Card-Grafiken (cards/s-c.png) fuer Offline vorab cachen (alle 30). const CARDS = [];