Feature: App-Version in Einstellungen + manueller Update-Check — SW by-v488, APP_VER 465

This commit is contained in:
rene 2026-04-29 10:54:56 +02:00
parent e507f4c086
commit a4da7144d6
3 changed files with 41 additions and 4 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '464'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '465'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {