diff options
author | Stefan <mu.stefan@googlemail.com> | 2016-04-24 20:42:53 +0200 |
---|---|---|
committer | Stefan <mu.stefan@googlemail.com> | 2016-04-24 20:42:53 +0200 |
commit | fb96f32028f27d3f3f4e17b0ec397166a9f07816 (patch) | |
tree | 788927333c190836d32e111ac686f82997225129 /bin/buildForWindows.sh | |
parent | 8aa297fb40d6414aefecc09ea7654f1947f97c34 (diff) | |
download | etherpad-lite-fb96f32028f27d3f3f4e17b0ec397166a9f07816.zip |
Update node for windows to version 4.4.3
Diffstat (limited to 'bin/buildForWindows.sh')
-rwxr-xr-x | bin/buildForWindows.sh | 2 |
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` |