From 970d28a4ad64db355ae8770645ffd5e4995dfbda Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 23 May 2019 23:29:36 +0200 Subject: [PATCH] 2.0.17 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +}