diff options
author | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2019-05-22 15:00:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-22 15:00:31 -0700 |
commit | a4380fd08ca6e0048e2aa05e3b28cebf01d1ce01 (patch) | |
tree | 6dd6575edeb3dbf19808fe5fa05216f7ee9441c2 /platform/ios | |
parent | cb8b40c88e62bdf27d8926f77c6cbbe3e6fb86c4 (diff) | |
download | qtlocation-mapboxgl-a4380fd08ca6e0048e2aa05e3b28cebf01d1ce01.tar.gz |
[ios] Add missing tick to Podspec specification (#14729)
* [ios] Add missing tick to Podspec specification
* [ios] Remove unnecessary parenthesis from link in changelog
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/CHANGELOG.md | 2 | ||||
-rw-r--r-- | platform/ios/Mapbox-iOS-SDK.podspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 732a514685..d1817b734f 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -4,7 +4,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ## 5.0.0 - May 22, 2019 -This release improves how monthly active users are counted. By upgrading to this release, you are opting into the changes outlined in [this blog post](https://www.mapbox.com/52219) and ([#14421](https://github.com/mapbox/mapbox-gl-native/pull/14421)). +This release improves how monthly active users are counted. By upgrading to this release, you are opting into the changes outlined in [this blog post](https://www.mapbox.com/52219) and [#14421](https://github.com/mapbox/mapbox-gl-native/pull/14421). There are no breaking API changes in this release. diff --git a/platform/ios/Mapbox-iOS-SDK.podspec b/platform/ios/Mapbox-iOS-SDK.podspec index 2d7ec4e877..e713c7ae4e 100644 --- a/platform/ios/Mapbox-iOS-SDK.podspec +++ b/platform/ios/Mapbox-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - version = '5.0.0 + version = '5.0.0' m.name = 'Mapbox-iOS-SDK' m.version = version |