From 0ba9354475418cce4a46190ab9c66b6a78bba925 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 17 Apr 2026 10:04:38 +0200 Subject: [PATCH] Fix: SW-Cache by-v116 + index.html Skript-Versionen auf v=91 bumpen --- backend/static/index.html | 6 +++--- backend/static/sw.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/static/index.html b/backend/static/index.html index 60ed8a9..9ee713d 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -285,9 +285,9 @@ - - - + + + diff --git a/backend/static/sw.js b/backend/static/sw.js index 343d07c..bb93c0d 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v110'; +const CACHE_VERSION = 'by-v116'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten