Skip to content

Commit

Permalink
Merge pull request #189 from mapbox/11.7.0-rc.2
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.7.0-rc.2 release
  • Loading branch information
Nelarius authored Sep 16, 2024
2 parents 12a28d2 + 91a4302 commit 73e462a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '11.7.0-rc.1'
version = '11.7.0-rc.2'

m.name = 'MapboxCoreMaps'
m.version = version
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import PackageDescription
import Foundation

let version = "11.7.0-rc.1"
let checksum = "ae37030cce74c83771608818a1dc89e5df795452f4b55db7cb7df4c5c5032e5d"
let version = "11.7.0-rc.2"
let checksum = "14e384d91a6d3f5ee2e76111868a4ca4b48c583448f66c515cd0e918cacd5df8"

let package = Package(
name: "MapboxCoreMaps",
Expand All @@ -16,7 +16,7 @@ let package = Package(
targets: ["MapboxCoreMapsWrapper"]),
],
dependencies: [
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.7.0-rc.1"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.7.0-rc.2"),
],
targets: [
.target(
Expand Down

0 comments on commit 73e462a

Please sign in to comment.