From 1a5aa003a20313fc9025f44cea4685fce7b9f3d9 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 2 Aug 2025 19:54:52 +0200 Subject: [PATCH] =?UTF-8?q?v1.4.9:=20Verbesserte=20Sprachausgabe=20mit=20e?= =?UTF-8?q?nglischer=20Unterst=C3=BCtzung=20und=20Service=20Worker=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5473c1c..503329e 100644 --- a/app.py +++ b/app.py @@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations' babel = Babel() # Version der App -APP_VERSION = "1.4.8" +APP_VERSION = "1.4.9" # HTML-Template wird jetzt aus templates/index.html geladen