Fix: Tier-Wechsel auf eigenen Account → sofortiges Worlds-Re-render ohne Reload (SW by-v739)

This commit is contained in:
rene 2026-05-06 19:25:25 +02:00
parent c027573e10
commit e3d3802829
5 changed files with 14 additions and 5 deletions

View file

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