Bump version to 1.3.1

This commit is contained in:
2026-07-28 16:17:37 +02:00
parent 8850984055
commit 8a75c9155b
4 changed files with 10 additions and 5 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "hope-events",
"version": "1.3.0",
"version": "1.3.1",
"main": "index.js",
"scripts": {
"dev:backend": "cd backend && npm run dev",
@@ -8,7 +8,8 @@
"start:backend": "cd backend && npm run start",
"start:frontend": "cd frontend && npm run start",
"start": "concurrently \"npm run start:backend\" \"npm run start:frontend\"",
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\""
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
"build": "cd frontend && npm run build && cd .. && cd backend && npm run prisma:generate"
},
"keywords": [],
"author": "",