diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json
index f98114b06ce72cc65663b299f70ff785b7289a36..dbedc33e532248d553a8e200b6590de84b1cd8cc 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 8ec7a85d224a69abb43b25d1530ccdfa1a3ba610..05a9d9b24130f1c2d2a88796f615c41dfed22c7c 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"}]