diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-08-12 15:03:01 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-08-12 15:03:01 +0100 |
commit | 8deb853be64aeaa97878152e03db8a2c62c81ff5 (patch) | |
tree | 3b6902d9a893b1a7c14dc485b1090df316c0eba3 /bin/buildForWindows.sh | |
parent | f8081352011ad374b11af27d5cf5700494830969 (diff) | |
download | etherpad-lite-8deb853be64aeaa97878152e03db8a2c62c81ff5.zip |
updated node for windows to 0.5.4
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 f3442488..faad735e 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -1,6 +1,6 @@ #!/bin/sh -NODE_VERSION="0.5.3" +NODE_VERSION="0.5.4" #Move to the folder where ep-lite is installed cd `dirname $0` |