From bb88a32e399a701d359684b7700b1cf0f1d19c4f Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Wed, 9 Oct 2024 23:32:37 +0200
Subject: [PATCH] v1.31.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 8e5ee06..f98114b 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.30.0",
-        "code": 40,
-        "date": "09.09.24"
+        "name": "v1.31.0",
+        "code": 41,
+        "date": "09.10.24"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 00b9054..8ec7a85 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.30.0"
+version = "1.31.0"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]
-- 
GitLab