chore: bump version to 0.0.41

This commit is contained in:
GitHub Action
2025-07-08 18:00:53 +00:00
parent dedee0f298
commit f55ab55fc9
3 changed files with 3 additions and 3 deletions

View File

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