Compare commits

..

2 Commits

Author SHA1 Message Date
e6589a0950 chore: update client and api patch version to 0.0.5 2025-07-02 12:25:11 +05:00
a0fcc324fa Merge pull request 'VORKOUT-8' (#13) from VORKOUT-8 into master
Reviewed-on: #13
Reviewed-by: cyrussmeat <dr.cyrill@gmail.com>
2025-07-02 12:23:43 +05:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "api" name = "api"
version = "0.0.4" version = "0.0.5"
description = "" description = ""
authors = [{ name = "Vladislav", email = "vlad.dev@heado.ru" }] authors = [{ name = "Vladislav", email = "vlad.dev@heado.ru" }]
readme = "README.md" readme = "README.md"

View File

@ -1,6 +1,6 @@
{ {
"name": "client", "name": "client",
"version": "0.0.4", "version": "0.0.5",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.6.1", "@ant-design/icons": "^5.6.1",