From 128f60000345f850ca0c5201d1defc9fb2d8cfaf Mon Sep 17 00:00:00 2001 From: Matt Smollinger Date: Thu, 19 Oct 2017 14:23:09 -0400 Subject: [PATCH] Bump podspec to v1.1.0 --- 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 70c3333..a642102 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.1.0-rc1' + s.version = '1.1.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.'