From 430988ccb5313e9a1263a4096f11234a3960ba2d Mon Sep 17 00:00:00 2001 From: "Patrick (srv deploy)" Date: Sat, 6 Jun 2026 14:59:02 +0000 Subject: [PATCH] Companion-App: Cache-Bump v6 -> v7 (index.html-Aenderungen aus a6ad426) 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 f4ec182..2860d18 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-v6"; +const CACHE = "slc-companion-v7"; const SHELL = ["./", "index.html", "manifest.webmanifest", "icon.svg"]; // Action-Card-Grafiken (cards/s-c.png) fuer Offline vorab cachen (alle 30). const CARDS = [];