Skip to content

Commit 73e462a

Browse files
authored
Merge pull request #189 from mapbox/11.7.0-rc.2
Update SPM and CocoaPods configs for 11.7.0-rc.2 release
2 parents 12a28d2 + 91a4302 commit 73e462a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MapboxCoreMaps.podspec

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

3-
version = '11.7.0-rc.1'
3+
version = '11.7.0-rc.2'
44

55
m.name = 'MapboxCoreMaps'
66
m.version = version

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.7.0-rc.1"
8-
let checksum = "ae37030cce74c83771608818a1dc89e5df795452f4b55db7cb7df4c5c5032e5d"
7+
let version = "11.7.0-rc.2"
8+
let checksum = "14e384d91a6d3f5ee2e76111868a4ca4b48c583448f66c515cd0e918cacd5df8"
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.7.0-rc.1"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.7.0-rc.2"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)