Merge branch 'dev-bundle-0-2-23' into devel

This commit is contained in:
Nick Martin
2013-03-11 23:13:19 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
set -e
set -u
BUNDLE_VERSION=0.2.22
BUNDLE_VERSION=0.2.23
UNAME=$(uname)
ARCH=$(uname -m)
@@ -94,7 +94,7 @@ npm install stream-buffers@0.2.3
npm install keypress@0.1.0
npm install sockjs@0.3.4
npm install http-proxy@0.8.5
npm install underscore@1.4.4
npm install underscore@1.4.2 # 1.4.4 is a performance regression
npm install fstream@0.1.21
npm install tar@0.1.14
npm install websocket@1.0.8

2
meteor
View File

@@ -1,6 +1,6 @@
#!/bin/bash
BUNDLE_VERSION=0.2.22
BUNDLE_VERSION=0.2.23
# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.