From 8deb853be64aeaa97878152e03db8a2c62c81ff5 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Fri, 12 Aug 2011 15:03:01 +0100 Subject: [PATCH] updated node for windows to 0.5.4 --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index f3442488..faad735e 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="0.5.3" +NODE_VERSION="0.5.4" #Move to the folder where ep-lite is installed cd `dirname $0`