From 7637b0cd199c9bc41bcdf8219fc310e128e0eb66 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 3 Apr 2016 16:57:15 +0200 Subject: [PATCH] Increase version of node for windows to 4.4.2 --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 1ee080d16..1ef9e772b 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="4.4.0" +NODE_VERSION="4.4.2" #Move to the folder where ep-lite is installed cd `dirname $0`