From 97502ee8165dd40adea748e421b92aeb7445d17e Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Mon, 16 Nov 2015 12:13:22 -0800 Subject: [PATCH] bump version to ios-v3.0.0-pre.7 --- ios/Mapbox-iOS-SDK.podspec | 2 +- platform/ios/MGLAccountManager.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec index 3e4af79a5d1..e8cc62f5600 100644 --- a/ios/Mapbox-iOS-SDK.podspec +++ b/ios/Mapbox-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |m| m.name = 'Mapbox-iOS-SDK' - m.version = '3.0.0-pre.6-symbols' + m.version = '3.0.0-pre.7-symbols' m.summary = 'Open source vector map solution for iOS with full styling capabilities.' m.description = 'Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.' diff --git a/platform/ios/MGLAccountManager.m b/platform/ios/MGLAccountManager.m index deceb191094..b78db7094db 100644 --- a/platform/ios/MGLAccountManager.m +++ b/platform/ios/MGLAccountManager.m @@ -85,7 +85,7 @@ + (NSString *)bundleIdentifier { } + (NSString *)kitDisplayVersion { - return @"3.0.0-pre.6"; + return @"3.0.0-pre.7"; } + (void)initializeIfNeeded {