diff --git a/package-lock.json b/package-lock.json index 20599e8..7c8d2fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "wishlist", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.2", + "version": "1.1.0", "dependencies": { "@prisma/client": "^3.9.2", "@tailwindcss/line-clamp": "^0.3.1", diff --git a/package.json b/package.json index 4d6355f..95ebdce 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.1.0", "scripts": { "dev": "concurrently --kill-others \"npm run dev:frontend\" \"npm run dev:backend\"", "demo": "npm run build && prisma migrate deploy && prisma migrate reset -f && node dist/api/server.js",