diff --git a/backend/static/js/app.js b/backend/static/js/app.js index f630663..ce8e122 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 = '962'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '963'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; // Cache-Bust-Parameter nach Update-Reload sofort entfernen diff --git a/backend/static/landing.html b/backend/static/landing.html index 9e68f67..bd01aa5 100644 --- a/backend/static/landing.html +++ b/backend/static/landing.html @@ -826,7 +826,7 @@
-
Kotbeutel-Stationen
+
Mülleimer für Kotbeutel
diff --git a/backend/static/sw.js b/backend/static/sw.js index 16dc02a..4a7131e 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-v962'; +const CACHE_VERSION = 'by-v963'; 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