Skip to content

Commit 2333e6b

Browse files
committed
Release v24.5.1
1 parent 39841af commit 2333e6b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let version = "24.5.0"
8-
let checksum = "81a9afc0690c783b6f7037ecd1cb925bc51f3d4fee5269e21b8a5619d2fcecb7"
7+
let version = "24.5.1"
8+
let checksum = "b6bf1e6aaacf5b2850fb37854aa9d66219feb611829c6a94809d26f2834892f5"
99

1010
let package = Package(
1111
name: "MapboxCommon",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ machine api.mapbox.com
3838
###### Using SPM Package 📱🖥💻
3939

4040
```swift
41-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.0"),
41+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.1"),
4242
```
4343

4444
##### CocoaPods 📱🖥💻
4545

4646
```ruby
47-
pod 'MapboxCommon', '24.5.0'
47+
pod 'MapboxCommon', '24.5.1'
4848
```
4949

5050
##### Carthage 📱
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '11.0'
22

33
target 'PodInstall' do
4-
pod 'MapboxCommon', '24.5.0'
4+
pod 'MapboxCommon', '24.5.1'
55
end

Tests/Integration/SPM/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
packages:
55
MapboxCommon:
66
url: [email protected]:mapbox/mapbox-common-ios.git
7-
branch: release-v24.0.0-rc.2
7+
branch: release-v24.5.1
88
targets:
99
SPMTest:
1010
type: application

0 commit comments

Comments
 (0)