diff --git a/package.json b/package.json index 2aa32b8..e37dc9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yet-another-cad-viewer", - "version": "0.1.0", + "version": "0.2.0", "description": "", "license": "MIT", "author": "Yeicor <4929005+Yeicor@users.noreply.github.com>", diff --git a/pyproject.toml b/pyproject.toml index acc2dcd..e9bd776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yacv-server" -version = "0.1.0" # TODO: Update automatically by CI on release (also for package.json!) +version = "0.2.0" # TODO: Update automatically by CI on release (also for package.json!) description = "Yet Another CAD Viewer (server)" authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] license = "MIT"