From ee3465a86754478babd1fe430bc571fa52f5ce13 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 1 Jul 2025 17:06:22 +0000 Subject: [PATCH] chore: bump version to 0.0.32 --- npx-cli/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npx-cli/package.json b/npx-cli/package.json index 263fb154..1c820656 100644 --- a/npx-cli/package.json +++ b/npx-cli/package.json @@ -1,7 +1,7 @@ { "name": "vibe-kanban", "private": false, - "version": "0.0.31", + "version": "0.0.32", "main": "index.js", "bin": { "vibe-kanban": "bin/cli.js" diff --git a/package.json b/package.json index 068ed4e1..4cd5f9e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vibe-kanban", - "version": "0.0.31", + "version": "0.0.32", "private": true, "scripts": { "dev": "concurrently \"cargo watch -w backend -x 'run --manifest-path backend/Cargo.toml'\" \"npm run frontend:dev\"",