diff options
author | Stefan <mu.stefan@googlemail.com> | 2016-04-03 16:57:15 +0200 |
---|---|---|
committer | Stefan <mu.stefan@googlemail.com> | 2016-04-03 16:57:15 +0200 |
commit | 7637b0cd199c9bc41bcdf8219fc310e128e0eb66 (patch) | |
tree | f6e49c4b340fe5cfa8e917d6f29247f7d219040b /bin | |
parent | 474e5c42d147f29d76bbc2418af551ea5762d9ab (diff) | |
download | etherpad-lite-7637b0cd199c9bc41bcdf8219fc310e128e0eb66.zip |
Increase version of node for windows to 4.4.2
Diffstat (limited to 'bin')
-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 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` |