chore: bump version to 0.0.39

This commit is contained in:
GitHub Action
2025-07-08 11:41:28 +00:00
parent c166ca2d68
commit 5b9e020992
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "vibe-kanban",
"version": "0.0.38",
"version": "0.0.39",
"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\"",