From e59b6e6e8851bc2740998f3b6585ca8d0db08a3c Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 13 Apr 2026 19:50:17 +0200 Subject: [PATCH] sw.js: Cache-Bust v5 (Gesundheit Hunde-Picker) --- backend/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/static/sw.js b/backend/static/sw.js index 10922ac..49d268f 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications ============================================================ */ -const CACHE_VERSION = 'by-v4'; +const CACHE_VERSION = 'by-v5'; const CACHE_STATIC = `${CACHE_VERSION}-static`; // Diese Dateien werden beim Install gecacht (App Shell)