chore: bump version to 0.0.37

This commit is contained in:
GitHub Action
2025-07-04 15:32:20 +00:00
parent 2c5eecc845
commit d60b78c7d1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vibe-kanban",
"private": false,
"version": "0.0.37-0",
"version": "0.0.37",
"main": "index.js",
"bin": {
"vibe-kanban": "bin/cli.js"
@@ -14,4 +14,4 @@
"dist",
"bin"
]
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "vibe-kanban",
"version": "0.0.37-0",
"version": "0.0.37",
"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 \"cargo watch -w backend -x 'run --manifest-path backend/Cargo.toml'\" \"npm run frontend:dev\"",
@@ -26,4 +26,4 @@
"node": ">=18",
"pnpm": ">=8"
}
}
}