chore: bump version to 0.0.32

This commit is contained in:
GitHub Action
2025-07-01 17:06:22 +00:00
parent 4be4b0b622
commit ee3465a867
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "vibe-kanban", "name": "vibe-kanban",
"private": false, "private": false,
"version": "0.0.31", "version": "0.0.32",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
"vibe-kanban": "bin/cli.js" "vibe-kanban": "bin/cli.js"

View File

@@ -1,6 +1,6 @@
{ {
"name": "vibe-kanban", "name": "vibe-kanban",
"version": "0.0.31", "version": "0.0.32",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "concurrently \"cargo watch -w backend -x 'run --manifest-path backend/Cargo.toml'\" \"npm run frontend:dev\"", "dev": "concurrently \"cargo watch -w backend -x 'run --manifest-path backend/Cargo.toml'\" \"npm run frontend:dev\"",