Skip to content

Commit 54ca75a

Browse files
committed
24.5.2 version
1 parent 117174f commit 54ca75a

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

Package.swift

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

7-
let version = "24.5.1"
8-
let checksum = "b6bf1e6aaacf5b2850fb37854aa9d66219feb611829c6a94809d26f2834892f5"
7+
let version = "24.5.2"
8+
let checksum = "75a2ce27c48ab0ba804fd7cbdb0e85482c288364b03346f836cad45f5536a8f1"
9+
10+
let turfVersion: Version = "4.0.0"
911

1012
let package = Package(
1113
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.1"),
41+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.2"),
4242
```
4343

4444
##### CocoaPods 📱🖥💻
4545

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

5050
##### Carthage 📱

Tests/Integration/Carthage/Cartfile

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.1
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.2

Tests/Integration/CocoaPods/Podfile

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.1'
4+
pod 'MapboxCommon', '24.5.2'
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.5.1
7+
branch: release/v24.5.2
88
targets:
99
SPMTest:
1010
type: application

0 commit comments

Comments
 (0)