Skip to content

Commit

Permalink
Merge pull request #176 from mapbox/11.5.3
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.5.3 release
  • Loading branch information
pozdnyakov authored Jul 29, 2024
2 parents 086a0f1 + 8b4746b commit cf7e79b
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.2'
version = '11.5.3'

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.2"
let checksum = "fd5f27d22e0d0b5abe469399e35b9849d658b9dac46466404bb22ddd3d536923"
let version = "11.5.3"
let checksum = "abfa639ddb6c30fe2f259ac961ebed8c427c94bdead8345cfd78923269768ba5"

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

0 comments on commit cf7e79b

Please sign in to comment.