diff --git a/package-lock.json b/package-lock.json index 8130455..792373c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartspawn", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@push.rocks/smartspawn", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "@push.rocks/smartpromise": "^3.0.2", diff --git a/package.json b/package.json index 7cc2e88..f5791bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartspawn", - "version": "3.0.2", + "version": "3.0.3", "private": false, "description": "A node module for smart subprocess handling with support for promises and streamlined subprocess communication.", "main": "dist_ts/index.js", @@ -59,4 +59,4 @@ "async", "promise" ] -} \ No newline at end of file +}