diff --git a/Package.swift b/Package.swift index 6bd1086e..336c599f 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.1" -let commonChecksum = "49b24e8b2def452aca40f8ecb3f3986a7d242dda295dd7af8ad4be3c96a8bb5f" +let commonVersion = "24.10.2" +let commonChecksum = "c328590b955fdb6efe40c250f9aef82cb8910928b72211e1bacfa7291c5eac7b" let turfVersion: Version = "4.0.0" diff --git a/README.md b/README.md index 20406a41..e4d14f9f 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ machine api.mapbox.com ###### Using SPM Package 📱🖥💻 ```swift -.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.1"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.2"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.5.1' +pod 'MapboxCommon', '24.10.2' ``` diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 1fd32092..eb8268b2 100644 --- a/Tests/Integration/Carthage/Cartfile +++ b/Tests/Integration/Carthage/Cartfile @@ -1 +1 @@ -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.2 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index d8dff7e1..b3eea045 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.5.1' + pod 'MapboxCommon', '24.10.2' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index a0a61859..c7249163 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release/v24.5.1 + branch: release/v24.10.2 targets: SPMTest: type: application