diff --git a/package-lock.json b/package-lock.json index 86cec62..3ede1b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartshell", - "version": "2.0.12", + "version": "2.0.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b99db6..b7577e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartshell", "private": false, - "version": "2.0.12", + "version": "2.0.13", "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 +}