Feature: Welten-Wechsel per Mausrad auf Desktop (SW by-v657)

This commit is contained in:
rene 2026-05-03 20:36:19 +02:00
parent 5b73443d0a
commit 3344de27bb
4 changed files with 21 additions and 6 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '656'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '657'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.3.0'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';