chore: bump version to 0.0.47

This commit is contained in:
GitHub Action
2025-07-14 15:19:29 +00:00
parent fde1ef5c58
commit 81239e57f7
4 changed files with 5 additions and 5 deletions

View File

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