From 1c9fc93314bdb315ca9ae26a53cedf0cd09b1e5e Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 10 Aug 2025 13:51:23 +0200 Subject: [PATCH] Version 1.4.18: Taschenrechner Button mit British Racing Green Hintergrundfarbe --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0a22bcd..4d037a6 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.17" +APP_VERSION = "1.4.18" def add_cache_headers(response): """Fügt Cache-Control-Header hinzu, die den Back-Forward-Cache ermöglichen"""