From e6589a09503ddf890e5ae3c30bdc80bd3c09e5e0 Mon Sep 17 00:00:00 2001 From: Vladislav Syrochkin Date: Wed, 2 Jul 2025 12:25:11 +0500 Subject: [PATCH] chore: update client and api patch version to 0.0.5 --- api/pyproject.toml | 2 +- client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 6e82317..7652347 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api" -version = "0.0.4" +version = "0.0.5" description = "" authors = [{ name = "Vladislav", email = "vlad.dev@heado.ru" }] readme = "README.md" diff --git a/client/package.json b/client/package.json index dff2617..516b19e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "0.0.4", + "version": "0.0.5", "private": true, "dependencies": { "@ant-design/icons": "^5.6.1",