Skip to content

Commit

Permalink
Merge pull request #171 from mapbox/11.5.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.5.1 release
  • Loading branch information
OdNairy authored Jul 5, 2024
2 parents 5d5d126 + c12a2a8 commit 33c8842
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.5.0'
version = '11.5.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.5.0"
let checksum = "427ef6c698d79f4dd02dbc6bfd6517da52cc8cf428411ee1ce8145210aea0c77"
let version = "11.5.1"
let checksum = "5570a7ff40d7688f651c9fa9e68adf77999522ee6be9534d3755384fdfea7963"

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

0 comments on commit 33c8842

Please sign in to comment.