From 661440ae580e00bfcd21c105a852268843aba587 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 28 Aug 2023 23:44:43 +0200
Subject: [PATCH] v1.24.0

---
 dashboard_leaf/version.json | 6 +++---
 pyproject.toml              | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json
index 8d9b85b..0e8ea08 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.23.1",
-        "code": 33,
-        "date": "07.08.23"
+        "name": "v1.24.0",
+        "code": 34,
+        "date": "28.08.23"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 1409b64..f2256ab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.23.1"
+version = "1.24.0"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]
-- 
GitLab