chore: update package versions to 0.12.0 and 0.12.0rc

- Updated the version in package.json for the main project to 0.12.0rc.
- Updated the version in apps/server/package.json and apps/ui/package.json to 0.12.0.
- Adjusted the version extraction logic in start-automaker.sh to reference the correct package.json path.
This commit is contained in:
webdevcody
2026-01-16 16:48:43 -05:00
parent fd1727a443
commit 97b0028919
5 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@automaker/server",
"version": "0.11.0",
"version": "0.12.0",
"description": "Backend server for Automaker - provides API for both web and Electron modes",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",