diff --git a/npx-cli/package.json b/npx-cli/package.json index e2f2904c..3910ced3 100644 --- a/npx-cli/package.json +++ b/npx-cli/package.json @@ -1,7 +1,7 @@ { "name": "vibe-kanban", "private": false, - "version": "0.0.26", + "version": "0.0.29", "main": "index.js", "bin": { "vibe-kanban": "bin/cli.js" diff --git a/package.json b/package.json index 53829437..cb6ea445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vibe-kanban", - "version": "0.0.26", + "version": "0.0.29", "private": true, "scripts": { "dev": "concurrently \"cargo watch -w backend -x 'run --manifest-path backend/Cargo.toml'\" \"npm run frontend:dev\"", @@ -25,4 +25,4 @@ "node": ">=18", "pnpm": ">=8" } -} \ No newline at end of file +}