Skip to content

Commit 1a2ba1f

Browse files
authored
Merge pull request #223 from mapbox/11.10.0
Update SPM and CocoaPods configs for 11.10.0 release
2 parents fea386d + 6a7821a commit 1a2ba1f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MapboxCoreMaps.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '11.9.3'
3+
version = '11.10.0'
44

55
m.name = 'MapboxCoreMaps'
66
m.version = version
@@ -23,6 +23,6 @@ Pod::Spec.new do |m|
2323

2424
m.vendored_frameworks = 'MapboxCoreMaps.xcframework'
2525

26-
m.dependency 'MapboxCommon', '~> 24.9'
26+
m.dependency 'MapboxCommon', '~> 24.10'
2727

2828
end

Package.swift

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

7-
let version = "11.9.3"
8-
let checksum = "fdb5c930c4059201046508c51b5b9c0c0bc989e64474d43b47c533d5a6d31f83"
7+
let version = "11.10.0"
8+
let checksum = "b019c1621d897d9a40652d69f06fd1ab31933aa959f8797500de3d1d9d7e43d2"
99

1010
let package = Package(
1111
name: "MapboxCoreMaps",
@@ -16,7 +16,7 @@ let package = Package(
1616
targets: ["MapboxCoreMapsWrapper"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.0"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)