From a4380fd08ca6e0048e2aa05e3b28cebf01d1ce01 Mon Sep 17 00:00:00 2001 From: Nadia Barbosa Date: Wed, 22 May 2019 15:00:31 -0700 Subject: [ios] Add missing tick to Podspec specification (#14729) * [ios] Add missing tick to Podspec specification * [ios] Remove unnecessary parenthesis from link in changelog --- platform/ios/CHANGELOG.md | 2 +- 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 -- cgit v1.2.1