Skip to content

Commit

Permalink
Bump dev bundle version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Apr 6, 2012
1 parent f894cce commit 3653254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/generate-dev-bundle.sh
Expand Up @@ -2,7 +2,7 @@

set -e

BUNDLE_VERSION=0.1.0
BUNDLE_VERSION=0.1.1
UNAME=$(uname)
ARCH=$(uname -m)

Expand Down
2 changes: 1 addition & 1 deletion meteor
@@ -1,6 +1,6 @@
#!/bin/bash

BUNDLE_VERSION=0.1.0
BUNDLE_VERSION=0.1.1

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

0 comments on commit 3653254

Please sign in to comment.