From 797eac143d6546ca4956d772a47cb44f366b5040 Mon Sep 17 00:00:00 2001 From: Martijn Walraven Date: Thu, 23 Jul 2015 16:35:12 -0700 Subject: [PATCH] Bump dev bundle version to 0.5.7 --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 4c238f21bb..4066d68748 100755 --- a/meteor +++ b/meteor @@ -1,7 +1,7 @@ #!/bin/bash # XXX the version 0.5.5 is used on branch cordova-improvements -BUNDLE_VERSION=0.5.6 +BUNDLE_VERSION=0.5.7 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.