Increase version of node for windows to 4.4.2

This commit is contained in:
Stefan 2016-04-03 16:57:15 +02:00
parent 474e5c42d1
commit 7637b0cd19
1 changed files with 1 additions and 1 deletions

View File

@ -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`