From c3d398c5e9ee644f7a03d00a3c5cf120471658d7 Mon Sep 17 00:00:00 2001 From: Matt Smollinger Date: Thu, 27 Apr 2017 10:48:45 -0400 Subject: [PATCH] Drop podspec back to 0.4.0 for RC --- Mapzen-ios-sdk.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mapzen-ios-sdk.podspec b/Mapzen-ios-sdk.podspec index cd82d0f..369ed6a 100644 --- a/Mapzen-ios-sdk.podspec +++ b/Mapzen-ios-sdk.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Mapzen-ios-sdk' - s.version = '1.0.0' + s.version = '0.4.0' s.summary = 'Mapzen iOS SDK' s.description = 'The Mapzen iOS SDK is a thin wrapper that packages up everything you need to use Mapzen services in your iOS applications. It also simplifies setup, installation, API key management, and generally makes your life better.'