diff --git a/Package.swift b/Package.swift index 8205563f..0bc84434 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,10 @@ import PackageDescription import Foundation -let version = "24.5.1" -let checksum = "b6bf1e6aaacf5b2850fb37854aa9d66219feb611829c6a94809d26f2834892f5" +let version = "24.5.2" +let checksum = "75a2ce27c48ab0ba804fd7cbdb0e85482c288364b03346f836cad45f5536a8f1" + +let turfVersion: Version = "4.0.0" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 05e79c1b..74b610a1 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ 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.5.2"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.5.1' +pod 'MapboxCommon', '24.5.2' ``` ##### Carthage 📱 diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 1fd32092..5838013e 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.5.2 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 75d8ea78..d07d0e3c 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '24.5.1' + pod 'MapboxCommon', '24.5.2' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index aa92abe3..eaef43d2 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.5.2 targets: SPMTest: type: application