From 5aba366b218a06584bd0da0dd7779fa9cc90ad46 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 25 Apr 2026 08:23:45 +0200 Subject: [PATCH] Deploy: SW by-v360, APP_VER 345 --- backend/static/js/app.js | 2 +- backend/static/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 37733fd..74d9cc2 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '344'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '345'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/sw.js b/backend/static/sw.js index 3eed143..13e4b72 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-v359'; +const CACHE_VERSION = 'by-v360'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten