chore: align monorepo package versions with 0.2.2

This commit is contained in:
Shantur Rathore
2025-11-23 12:05:36 +00:00
parent f4de0103a8
commit d7c0c225b9
7 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@codenomad/tauri-app",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "tauri dev",
@@ -11,7 +11,6 @@
"bundle:server": "npm --workspace @neuralnomads/codenomad run build && npm run prebuild",
"build": "tauri build"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.4"
}