From 1fa5a8ec7dddc3539b52b336785c69953be10245 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 7 Aug 2023 23:55:43 +0200 Subject: [PATCH] v2.13.1 --- pyproject.toml | 2 +- src/version.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 947ea4c..926852a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "StorageLeaf" -version = "2.13.0" +version = "2.13.1" description = "Accepts sensor data and saves them into a database. The saved data can be accessed via api." authors = ["TheCodeLabsDevs"] diff --git a/src/version.json b/src/version.json index 65132b7..2ac62de 100644 --- a/src/version.json +++ b/src/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.13.0", - "code": 28, + "name": "v2.13.1", + "code": 29, "date": "07.08.23" } } \ No newline at end of file -- GitLab