diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 78663532f2..34ec6feb03 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -2,7 +2,7 @@ set -e -BUNDLE_VERSION=0.1.6 +BUNDLE_VERSION=0.1.7 UNAME=$(uname) ARCH=$(uname -m) @@ -143,6 +143,9 @@ npm install fibers@0.6.5 npm install useragent@1.0.6 npm install request@2.9.202 npm install http-proxy@0.8.0 +npm install simplesmtp@0.1.19 +npm install mailcomposer@0.1.15 +npm install stream-buffers@0.2.3 # unused, but kept in bundle for compatibility for a while. npm install connect-gzip@0.1.5 diff --git a/meteor b/meteor index 6d12ecc158..4381110127 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/bin/bash -BUNDLE_VERSION=0.1.6 +BUNDLE_VERSION=0.1.7 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.