chore: bump version to 0.0.44

This commit is contained in:
GitHub Action
2025-07-11 17:34:16 +00:00
parent 0d3a7a18f8
commit 5c4f5dc373
4 changed files with 5 additions and 5 deletions

View File

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