From 64f818e54b7747622809605905efdece01e4ee1d Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Fri, 1 Dec 2023 22:05:04 +0100 Subject: [PATCH] client: v1.13.0 --- client/pyproject.toml | 2 +- client/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 363507d..9b71941 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RoadmapClient" -version = "1.12.0" +version = "1.13.0" description = "Allows you to create multiple roadmaps for your projects and displays them in a timeline" authors = ["deadlocker8"] diff --git a/client/version.json b/client/version.json index 5a4101e..7795e70 100644 --- a/client/version.json +++ b/client/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.12.0", - "code": 30, - "date": "28.08.23" + "name": "v1.13.0", + "code": 31, + "date": "01.12.23" } } \ No newline at end of file -- GitLab