From bdf4e134e4ce584b6726d437f83e97927e77b2d7 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 2 Aug 2025 08:50:26 +0200 Subject: [PATCH] Version --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index a27d92a..fda8fc6 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.1" +APP_VERSION = "1.4.2" # HTML-Template wird jetzt aus templates/index.html geladen