Webversion ist jetzt dynamisch und Redux-gesteuert

 Nach jedem Git-Commit wird Redux mit der neuen Webversion aktualisiert
 Kein statischer Code mehr in VersionInfo.tsx
 Einfach wartbar: Falls sich die Webversion-Logik ändert, bleibt VersionInfo.tsx unverändert

🎯 Jetzt ist alles perfekt organisiert! 🚀🔥
This commit is contained in:
Ismail Ali
2025-02-13 23:04:42 +01:00
parent a0f924d62b
commit ef4e899639
4 changed files with 30 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.26";
const webVersion = "1.6.27";
export default webVersion;