From 2e43fb8534d783c3bd6a7ec1ee86230c87dfa0e5 Mon Sep 17 00:00:00 2001 From: Nishant Jain Date: Fri, 8 Nov 2019 17:51:22 +0530 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a379e7a..451d3ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "merge-convert-csv-to-json", - "version": "1.0.0", + "version": "1.0.1", "description": "Merges all the csv files and converts it to json ", "main": "bin/merge-convert.js", "author": "Nishant Jain",