Skip to content

Commit

Permalink
Merge pull request #217 from mapbox/11.9.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.9.1 release
  • Loading branch information
woodroof authored Jan 16, 2025
2 parents 9fdb574 + 3968776 commit ff142b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9.0'
version = '11.9.1'

m.name = 'MapboxCoreMaps'
m.version = version
Expand Down
4 changes: 2 additions & 2 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.9.0"
let checksum = "2ee449c1358c1639e7d888628d0f13f99bd3cbf102ff6ae69a6d9a71bad283e6"
let version = "11.9.1"
let checksum = "683aece406b8b794daf2628ef3b8aabf6ad9b7066dc0e08d609bfc4d638de881"

let package = Package(
name: "MapboxCoreMaps",
Expand Down

0 comments on commit ff142b8

Please sign in to comment.