diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 188a4769..bea7d2bb 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vibe-kanban" -version = "0.0.55" +version = "0.0.56" edition = "2021" default-run = "vibe-kanban" build = "build.rs" diff --git a/npx-cli/package.json b/npx-cli/package.json index 31bab673..8bc7e3dc 100644 --- a/npx-cli/package.json +++ b/npx-cli/package.json @@ -1,7 +1,7 @@ { "name": "vibe-kanban", "private": false, - "version": "0.0.55", + "version": "0.0.56", "main": "index.js", "bin": { "vibe-kanban": "bin/cli.js" diff --git a/package-lock.json b/package-lock.json index b4faacb1..2bc779e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vibe-kanban", - "version": "0.0.55", + "version": "0.0.56", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vibe-kanban", - "version": "0.0.55", + "version": "0.0.56", "devDependencies": { "concurrently": "^8.2.2", "vite": "^6.3.5" diff --git a/package.json b/package.json index 9b5be17b..aa458476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vibe-kanban", - "version": "0.0.55", + "version": "0.0.56", "private": true, "scripts": { "check": "npm run frontend:check && npm run backend:check",