chore: bump version to 0.0.46

This commit is contained in:
GitHub Action
2025-07-11 21:54:50 +00:00
parent aafe215f21
commit b7230006c6
4 changed files with 5 additions and 5 deletions

View File

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