Automatically update version to 0.10.0-rc.1

This commit is contained in:
Yeicor
2025-07-25 22:54:35 +00:00
parent d1e5658e07
commit 0b6ed2fc34
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "yet-another-cad-viewer", "name": "yet-another-cad-viewer",
"version": "0.10.0-alpha.6", "version": "0.10.0-rc.1",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"private": true, "private": true,

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "yacv-server" name = "yacv-server"
version = "0.10.0-alpha.6" version = "0.10.0-rc.1"
description = "Yet Another CAD Viewer (server)" description = "Yet Another CAD Viewer (server)"
authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"]
license = "MIT" license = "MIT"