Skip to content

Commit

Permalink
Merge branch 'pr-672' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Feb 9, 2013
2 parents 4f2d725 + d1c780e commit 5fb45bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/generate-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

BUNDLE_VERSION=0.2.17
BUNDLE_VERSION=0.2.18
UNAME=$(uname)
ARCH=$(uname -m)

Expand Down Expand Up @@ -88,7 +88,7 @@ npm install semver@1.1.0
npm install handlebars@1.0.7
npm install mongodb@1.1.11
npm install clean-css@0.8.3
npm install useragent@1.1.0
npm install useragent@2.0.1
npm install request@2.12.0
npm install simplesmtp@0.1.25
npm install stream-buffers@0.2.3
Expand Down
2 changes: 1 addition & 1 deletion meteor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BUNDLE_VERSION=0.2.17
BUNDLE_VERSION=0.2.18

# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
Expand Down

0 comments on commit 5fb45bc

Please sign in to comment.