chore: bump version to 0.0.37

This commit is contained in:
GitHub Action
2025-07-07 13:15:38 +00:00
parent 53a3bab0c0
commit f82b6fd246
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "vibe-kanban",
"version": "0.0.37-ersion.3",
"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\"",