Skip to content

Commit 47d7921

Browse files
mapbox-github-ci-writer-public-1[bot]Release SDK bot for GL-Native Core team
andauthored
Update SPM and CocoaPods configs for 11.10.4 release (#232)
Co-authored-by: Release SDK bot for GL-Native Core team <[email protected]>
1 parent 7b82f34 commit 47d7921

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.10.3'
3+
version = '11.10.4'
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.10.3"
8-
let checksum = "49b51ab943de1fb8a424d754474f89823eefe2dd0d16ed12217918805e73d4fe"
7+
let version = "11.10.4"
8+
let checksum = "6a229944a32f06bc45a3bdd7ea39b1869af540854529395273bbf9e3e2d50988"
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.10.1"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.2"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)