N-FIN-v1.2.0: update package.json

This commit is contained in:
Markus Thielker 2024-03-24 20:41:35 +01:00
parent b09c705dd7
commit 5a42108063
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

5
package-lock.json generated
View file

@ -1,13 +1,12 @@
{
"name": "next-finances",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "next-finances",
"version": "1.1.0",
"license": "MIT",
"version": "1.2.0",
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@lucia-auth/adapter-prisma": "^4.0.0",

View file

@ -2,8 +2,7 @@
"name": "next-finances",
"description": "A finances application to keep track of my personal spendings",
"homepage": "https://github.com/MarkusThielker/next-finances",
"version": "1.1.0",
"license": "MIT",
"version": "1.2.0",
"author": {
"name": "Markus Thielker"
},