From acb64a08bb88c940cf75f039ac575cd620d74748 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Sat, 2 Oct 2021 05:37:34 +0530 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2b320317..b24edd426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "inspirational-quotes", - "version": "1.0.8", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6215bc3b7..e0b5b78ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inspirational-quotes", - "version": "1.0.8", + "version": "2.0.0", "description": "A simple NPM Package which returns Inspirational Quotes. Get your daily quote and stay motivated!", "main": "lib/index.js", "scripts": {