summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2016-04-24 20:42:53 +0200
committerStefan <mu.stefan@googlemail.com>2016-04-24 20:42:53 +0200
commitfb96f32028f27d3f3f4e17b0ec397166a9f07816 (patch)
tree788927333c190836d32e111ac686f82997225129 /bin
parent8aa297fb40d6414aefecc09ea7654f1947f97c34 (diff)
downloadetherpad-lite-fb96f32028f27d3f3f4e17b0ec397166a9f07816.zip
Update node for windows to version 4.4.3
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 1ef9e772..8e921d84 100755
--- a/bin/buildForWindows.sh
+++ b/bin/buildForWindows.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-NODE_VERSION="4.4.2"
+NODE_VERSION="4.4.3"
#Move to the folder where ep-lite is installed
cd `dirname $0`