Update node version for windows build to 0.12.2

This commit is contained in:
Stefan 2015-04-16 22:56:14 +02:00
parent 629f909d57
commit f81c6b6476

View file

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