From 216c50972c4e2d94008470cfa7422c8df9f56a5f Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 27 Feb 2024 18:30:45 +0100 Subject: [PATCH] client: v1.14.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 7378f60..1c7ed4a 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RoadmapClient" -version = "1.13.0" +version = "1.14.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 7795e70..876a82f 100644 --- a/client/version.json +++ b/client/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.13.0", - "code": 31, - "date": "01.12.23" + "name": "v1.14.0", + "code": 32, + "date": "27.02.24" } } \ No newline at end of file -- GitLab