updated node.js version for buildForWindows Script to 0.6.1

This commit is contained in:
Peter 'Pita' Martischka 2011-11-13 21:03:05 -08:00
parent 9eac04aaa6
commit 646d6a4875
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
NODE_VERSION="0.5.4"
NODE_VERSION="0.6.1"
#Move to the folder where ep-lite is installed
cd `dirname $0`