diff --git a/package-lock.json b/package-lock.json index 20e6131..7e9d3a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartshell", - "version": "2.0.16", + "version": "2.0.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d38f69..e0d78ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartshell", "private": false, - "version": "2.0.16", + "version": "2.0.17", "description": "shell actions designed as promises", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -38,4 +38,4 @@ "@types/which": "^1.3.1", "which": "^1.3.1" } -} \ No newline at end of file +}