diff --git a/VERSION b/VERSION
index d0cc93e..2f290f2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1274
\ No newline at end of file
+1275
\ No newline at end of file
diff --git a/backend/static/img/appstore-badge-de.svg b/backend/static/img/appstore-badge-de.svg
new file mode 100644
index 0000000..7d4a6a0
--- /dev/null
+++ b/backend/static/img/appstore-badge-de.svg
@@ -0,0 +1,6 @@
+
+
+
+ Laden im
+ App Store
+
diff --git a/backend/static/index.html b/backend/static/index.html
index 32ff259..369d8b1 100644
--- a/backend/static/index.html
+++ b/backend/static/index.html
@@ -86,14 +86,14 @@
Ban Yaro
-
+
-
-
-
-
-
+
+
+
+
+
@@ -620,11 +620,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -634,7 +634,7 @@
-
+
diff --git a/backend/static/js/app.js b/backend/static/js/app.js
index ba28f81..f95e35c 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 = '1274'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
+const APP_VER = '1275'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
window.APP_VERSION = APP_VERSION;
diff --git a/backend/static/js/pages/settings.js b/backend/static/js/pages/settings.js
index 5923c8f..4e21eae 100644
--- a/backend/static/js/pages/settings.js
+++ b/backend/static/js/pages/settings.js
@@ -900,15 +900,13 @@ window.Page_settings = (() => {
Installations-Anleitung
›
-
Ban Yaro Go fürs iPhone
- Im App Store · Tracking im Hintergrund, offline dabei
+ Tracking im Hintergrund, offline dabei
-
+
diff --git a/backend/static/landing.html b/backend/static/landing.html
index b979a36..622842d 100644
--- a/backend/static/landing.html
+++ b/backend/static/landing.html
@@ -4,7 +4,7 @@
-
+
Ban Yaro — Die Hunde-App für Deutschland, Österreich & Schweiz
@@ -756,9 +756,8 @@
Made in Germany
Offline-fähig
-
-
- Im App Store
+
+
@@ -1576,9 +1575,8 @@
-
-
- Im App Store laden
+
+
Kostenlos · iPhone, iOS 17+ · banyaro.app bleibt im Browser voll nutzbar
diff --git a/backend/static/sw.js b/backend/static/sw.js
index 47209c4..350de75 100644
--- a/backend/static/sw.js
+++ b/backend/static/sw.js
@@ -4,7 +4,7 @@
============================================================ */
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
-const VER = '1274';
+const VER = '1275';
const CACHE_VERSION = `by-v${VER}`;
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten