Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Release sangria (#56)
Browse files Browse the repository at this point in the history
* Bump podspecs. (#43)

* [ios] Podspec & changelog updates for v5.5.0 (#54)
  • Loading branch information
fabian-guerra committed Nov 8, 2019
1 parent a23fa51 commit 40f67c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platform/ios/CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.

## 5.5.0
## 5.5.0 - November 5, 2019

### Performance improvements

Expand Down
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.5.0-alpha.3'
version = '5.5.0'

m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
m.version = "#{version}-snapshot"
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK-stripped.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.5.0-alpha.3'
version = '5.5.0'

m.name = 'Mapbox-iOS-SDK-stripped'
m.version = "#{version}-stripped"
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.5.0-alpha.3'
version = '5.5.0'

m.name = 'Mapbox-iOS-SDK'
m.version = version
Expand Down

0 comments on commit 40f67c1

Please sign in to comment.