From 2685f2a53660ec9e4f2fe878b8801497ccfd225b Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sat, 5 Feb 2022 08:10:26 +0100 Subject: [PATCH] Bump Package version Signed-off-by: Benny Samir Hierl --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7be849f..c7801e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "wishlist", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@prisma/client": "^3.8.1", "axios": "^0.25.0", diff --git a/package.json b/package.json index a77f3ff..b0d6fe9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "scripts": { "dev": "concurrently --kill-others \"npm run dev:frontend\" \"npm run dev:backend\"", "dev:frontend": "vite",