From 3032bdf87fbddf983595e74c3db690f5a00714c0 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Wed, 1 Feb 2017 09:38:16 -0500 Subject: [PATCH] 2.5.4 --- bin/node-build | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/node-build b/bin/node-build index 763a464e2..029fa4483 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=2.5.3 +NODE_BUILD_VERSION=2.5.4 OLDIFS="$IFS" diff --git a/package.json b/package.json index ad71724e2..20a4f006f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-build", - "version": "2.5.3", + "version": "2.5.4", "private": true, "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme",