From 7c169e7699c1c5fbfda67efcfc1beb13ac7a3b1b Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 16 Jun 2024 23:08:37 +0200 Subject: [PATCH] client: v1.15.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 332a2e7..fb37db0 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RoadmapClient" -version = "1.14.0" +version = "1.15.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 876a82f..0a2e61b 100644 --- a/client/version.json +++ b/client/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.14.0", - "code": 32, - "date": "27.02.24" + "name": "v1.15.0", + "code": 33, + "date": "16.06.24" } } \ No newline at end of file -- GitLab