diff --git a/package-lock.json b/package-lock.json index 0df3ddb..3099bf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartspawn", - "version": "2.0.8", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartspawn", - "version": "2.0.8", + "version": "3.0.0", "license": "MIT", "dependencies": { "@pushrocks/smartpromise": "^3.0.2", diff --git a/package.json b/package.json index e59df5e..caa75eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartspawn", - "version": "2.0.8", + "version": "3.0.0", "private": false, "description": "smart subprocess handling", "main": "dist_ts/index.js", @@ -49,4 +49,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}