From da176d477a4ee7a34a17c58d9645ecb221ee6d11 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 2 May 2026 09:30:34 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20SW=20by-v598=20f=C3=BCr=20Sprint31-Deplo?= =?UTF-8?q?y=20auf=20Staging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c9a73ae..66f4bc6 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 = '597'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '598'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/sw.js b/backend/static/sw.js index bc46029..9f13a44 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-v597'; +const CACHE_VERSION = 'by-v598'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache