From aaea4752969d7ef2059ab7038069ae28f7735968 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Thu, 20 Mar 2025 12:33:34 +0500 Subject: [PATCH] chore: update versions --- 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 2989f26..2f6b942 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api" -version = "0.1.0" +version = "0.0.1" description = "" authors = [ {name = "Vladislav",email = "vlad.dev@heado.ru"} diff --git a/client/package.json b/client/package.json index 3ece4d5..12c4f19 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "0.1.0", + "version": "0.0.1", "private": true, "dependencies": { "@testing-library/dom": "^10.4.0",