diff --git a/package-lock.json b/package-lock.json index 4169aa4..33d7f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartfile", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 04800b2..2815c4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartfile", "private": false, - "version": "6.0.0", + "version": "6.0.1", "description": "offers smart ways to work with files in nodejs", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -44,4 +44,4 @@ "gulp-function": "^2.2.14", "tapbundle": "^2.0.2" } -} \ No newline at end of file +}