From 6601cd3e88845cd5d264f088e49c30df7c084eb0 Mon Sep 17 00:00:00 2001 From: elpatron68 Date: Mon, 27 May 2024 12:53:46 +0200 Subject: [PATCH] Fix typo --- app.py | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index f1a7b05..c36f337 100644 --- a/app.py +++ b/app.py @@ -126,5 +126,5 @@ def favicon(): # 'about.html') if __name__ == "__main__": - app.logger.info('Starting erdbeerhannah v1.0.3') + app.logger.info('Starting erdbeerhannah v1.0.4') app.run(debug=True, host='0.0.0.0') \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index eb7e3d0..6c4d246 100644 --- a/templates/index.html +++ b/templates/index.html @@ -106,7 +106,7 @@ Made with ♥️, marmalade and zero knowledge in Kiel Strawberry City.
- Version: 1.0.3/2024-05-27
+ Version: 1.0.4/2024-05-27
Weitere Infos