From 01ac6eddb4ee7ce49066521b8ebd2e67b77bc845 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Wed, 9 Oct 2024 23:38:30 +0200
Subject: [PATCH] v1.31.1

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

diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json
index f98114b..dbedc33 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.31.0",
-        "code": 41,
+        "name": "v1.31.1",
+        "code": 42,
         "date": "09.10.24"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 8ec7a85..05a9d9b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.31.0"
+version = "1.31.1"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]
-- 
GitLab