diff --git a/package-lock.json b/package-lock.json index fbb0aa6..21f039c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartshell", - "version": "2.0.10", + "version": "2.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 40225f0..2b11252 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartshell", "private": false, - "version": "2.0.10", + "version": "2.0.11", "description": "shell actions designed as promises", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -37,4 +37,4 @@ "@types/which": "^1.3.1", "which": "^1.3.1" } -} \ No newline at end of file +}