summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2016-04-03 16:57:15 +0200
committerStefan <mu.stefan@googlemail.com>2016-04-03 16:57:15 +0200
commit7637b0cd199c9bc41bcdf8219fc310e128e0eb66 (patch)
treef6e49c4b340fe5cfa8e917d6f29247f7d219040b /bin
parent474e5c42d147f29d76bbc2418af551ea5762d9ab (diff)
downloadetherpad-lite-7637b0cd199c9bc41bcdf8219fc310e128e0eb66.zip
Increase version of node for windows to 4.4.2
Diffstat (limited to 'bin')
-rwxr-xr-xbin/buildForWindows.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh
index 1ee080d1..1ef9e772 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`