From c4bdcbcda99757299396c00dbc4207578acdc25c Mon Sep 17 00:00:00 2001 From: rishichawda Date: Sun, 24 Sep 2023 21:31:31 +0530 Subject: [PATCH] update package version Signed-off-by: rishichawda --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 650ab55..2e2daf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimal-react-boilerplate", - "version": "1.0.0", + "version": "2.0.0", "description": "A minimal react boilerplate with webpack, babel and sass support.", "main": "index.js", "scripts": { @@ -76,4 +76,4 @@ "webpack-dev-server": "^4.11.1", "webpack-merge": "^5.8.0" } -} \ No newline at end of file +}