diff --git a/bin/node-build b/bin/node-build index 127fb3ecc..59710b444 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.4.0 +NODE_BUILD_VERSION=4.4.1 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 8356d6de3..2ee4f6076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0207848cf..6d3f7468d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.4.0", + "version": "4.4.1", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",