Bump version (#35)

This commit is contained in:
Louis Knight-Webb
2025-07-01 10:37:52 +01:00
committed by GitHub
parent 4e5cc459bd
commit 1f2075abd3
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"
}
}
}