Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Luphia1984 committed Jan 8, 2025
1 parent 3547482 commit 40b6a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iSunFA",
"version": "0.8.5+272",
"version": "0.8.5+273",
"private": false,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -124,6 +124,6 @@
"node": ">=18.17.1"
},
"prisma": {
"seed": "ts-node -r tsconfig-paths/register --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
"seed": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}' prisma/seed.ts"
}
}

0 comments on commit 40b6a16

Please sign in to comment.