summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-12-04 21:47:35 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-12-04 21:47:35 -0800
commit1f955874654796d272bbe0855aa910b7197fadeb (patch)
treee26a2b1a500caae5408e4dd6a88d951aa42390a1
parent61180c9ea570b4b6728f993480fc6f2a92c214c6 (diff)
downloadqtlocation-mapboxgl-1f955874654796d272bbe0855aa910b7197fadeb.tar.gz
update version for 3.0.1-pre.1.2 for app stateios-v3.0.1-pre.1.2
-rw-r--r--ios/Mapbox-iOS-SDK.podspec2
-rw-r--r--platform/ios/MGLAccountManager.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec
index 2e1db07b3e..3d50674b08 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.1-pre.1.1-symbols'
+ m.version = '3.0.1-pre.1.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 f9f0c4bcce..a92778ddab 100644
--- a/platform/ios/MGLAccountManager.m
+++ b/platform/ios/MGLAccountManager.m
@@ -85,7 +85,7 @@
}
+ (NSString *)kitDisplayVersion {
- return @"3.0.1-pre.1+state";
+ return @"3.0.1-pre.1.2";
}
+ (void)initializeIfNeeded {