diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:05:26 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:05:26 -0700 |
commit | af92e59fc74d5598cfc819240d112ec1f641078e (patch) | |
tree | 9aa578b13d0e2eff328b4da5c4da0821d228727a | |
parent | 3f99f5e712000f6b3b469c566e57ddd05dcff3e8 (diff) | |
download | qtlocation-mapboxgl-af92e59fc74d5598cfc819240d112ec1f641078e.tar.gz |
move to 2.0.0-style versioning
-rw-r--r-- | ios/Mapbox-iOS-SDK.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec index 7b30444c96..a7a0ed1ee5 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 = '0.5.4-symbols' + m.version = '2.0.0-pre.1.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.' |