From 2199a5625e19e2f24bf2962c9f12d8e44234f250 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Wed, 28 Nov 2018 13:24:19 -0500 Subject: [PATCH] 4.1.0 --- bin/node-build | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/node-build b/bin/node-build index 576a7e095..89c49d9a7 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.0.0 +NODE_BUILD_VERSION=4.1.0 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 5505a7ba9..5defa3bd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82224eb81..0adfdf826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.0.0", + "version": "4.1.0", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",