diff --git a/package-lock.json b/package-lock.json index 584675d..4baf308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartcsv", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f512e05..6d02a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartcsv", - "version": "1.0.6", + "version": "1.0.7", "private": true, "description": "handle csv data | gitzone standard compliant", "main": "dist/index.js", @@ -20,4 +20,4 @@ "dependencies": { "smartq": "^1.1.8" } -} \ No newline at end of file +}