summaryrefslogtreecommitdiff
path: root/bin/buildForWindows.sh
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-08-12 15:03:01 +0100
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-08-12 15:03:01 +0100
commit8deb853be64aeaa97878152e03db8a2c62c81ff5 (patch)
tree3b6902d9a893b1a7c14dc485b1090df316c0eba3 /bin/buildForWindows.sh
parentf8081352011ad374b11af27d5cf5700494830969 (diff)
downloadetherpad-lite-8deb853be64aeaa97878152e03db8a2c62c81ff5.zip
updated node for windows to 0.5.4
Diffstat (limited to 'bin/buildForWindows.sh')
-rwxr-xr-xbin/buildForWindows.sh2
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`