From 3f5ffa08b9ea8a8ed44f55893b5558d02b889edc Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Wed, 9 Oct 2024 23:53:20 +0200
Subject: [PATCH] v1.31.2

---
 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 dbedc33..1c9e7f3 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.31.1",
-        "code": 42,
+        "name": "v1.31.2",
+        "code": 43,
         "date": "09.10.24"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 05a9d9b..b9d0a10 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.31.1"
+version = "1.31.2"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]
-- 
GitLab