diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-10-23 16:08:34 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-10-23 16:08:34 -0700 |
commit | cf46b2f7705d4e3cd22ac92585ab40f7ee4ddf56 (patch) | |
tree | 38ba3f54b73ade0ee49b079011202faa01ffe033 | |
parent | ffb02d1b83c28ef32176f92fe1dcea3abbfc5526 (diff) | |
download | qtlocation-mapboxgl-cf46b2f7705d4e3cd22ac92585ab40f7ee4ddf56.tar.gz |
bump iOS version for 2.2.0-pre.2ios-v2.2.0-pre.2
-rw-r--r-- | ios/Mapbox-iOS-SDK.podspec | 2 | ||||
-rw-r--r-- | 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 08e356e1a0..103dc204cf 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.1-symbols' + m.version = '2.2.0-pre.2-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 4c5a060333..a5bb99c23a 100644 --- a/platform/ios/MGLAccountManager.m +++ b/platform/ios/MGLAccountManager.m @@ -80,7 +80,7 @@ } + (NSString *)kitDisplayVersion { - return @"2.2.0-pre.1"; + return @"2.2.0-pre.2"; } + (void)initializeIfNeeded { |