From 4900355126f722d754c939cfec0eaaea66b36e09 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 16 Jun 2024 23:09:44 +0200 Subject: [PATCH] api: v2.22.0 --- api/pyproject.toml | 2 +- api/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 61fa8af..b4f8ca3 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RoadmapApi" -version = "2.21.0" +version = "2.22.0" description = "Allows you to create multiple roadmaps for your projects and displays them in a timeline" authors = ["deadlocker8"] diff --git a/api/version.json b/api/version.json index 2e2a8d5..a7aa9c1 100644 --- a/api/version.json +++ b/api/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.21.0", - "code": 35, - "date": "27.02.24" + "name": "v2.22.0", + "code": 36, + "date": "16.06.24" } } \ No newline at end of file -- GitLab