From 5345d2af3d35e8e56e86b827ad4b06365ff39769 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Mon, 28 Mar 2022 20:31:47 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=202.0.1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a45feb8..b1ed2a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "gitprofile", - "version": "2.0.0", + "name": "@arifszn/gitprofile", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "gitprofile", - "version": "2.0.0", + "name": "@arifszn/gitprofile", + "version": "2.0.1", "license": "Apache-2.0", "dependencies": { "react": "^17.0.2", diff --git a/package.json b/package.json index a9b37dd..f370dcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@arifszn/gitprofile", "description": "Create an automatic portfolio based on GitHub profile", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache-2.0", "author": "arifszn", "repository": {