From 113fc4cea2832159237bde27f7710137e20e0777 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Mon, 29 Sep 2014 12:00:47 -0700 Subject: [PATCH] Bump dependency kit version to 0.3.57 (56 is used by Cordova branch) --- meteor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor b/meteor index 76874b08fb..73b62e88f5 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/bin/bash -BUNDLE_VERSION=0.3.55 # XXX: 0.3.56 is used on the cordova-0.9.4 branch +BUNDLE_VERSION=0.3.57 # XXX: 0.3.56 is used on the cordova-0.9.4 branch # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific.