chore: bump version to 0.0.40

This commit is contained in:
GitHub Action
2025-07-08 16:15:16 +00:00
parent aecbaa3a90
commit 611a126767
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "vibe-kanban"
version = "0.0.40-nbump.3"
version = "0.0.40"
edition = "2021"
default-run = "vibe-kanban"
build = "build.rs"

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "vibe-kanban",
"version": "0.0.40-nbump.3",
"version": "0.0.40",
"private": true,
"scripts": {
"dev": "export FRONTEND_PORT=$(node scripts/setup-dev-environment.js frontend) && export BACKEND_PORT=$(node scripts/setup-dev-environment.js backend) && concurrently \"npm run backend:dev:watch\" \"npm run frontend:dev\"",