Bump dev bundle vno.

This commit is contained in:
Nick Martin
2012-02-29 00:56:59 -08:00
parent 48bfdc6bd4
commit afd5ea38fb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -e
BUNDLE_VERSION=0.0.9
BUNDLE_VERSION=0.1.0
UNAME=$(uname)
ARCH=$(uname -m)

2
meteor
View File

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