chore: bump version to 0.0.42

This commit is contained in:
GitHub Action
2025-07-10 09:48:48 +00:00
parent bfb47ccc3f
commit ed7c2a31ce
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "vibe-kanban",
"version": "0.0.38",
"version": "0.0.42",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vibe-kanban",
"version": "0.0.38",
"version": "0.0.42",
"devDependencies": {
"concurrently": "^8.2.2",
"vite": "^6.3.5"

View File

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