Skip to content

Commit 008d72c

Browse files
author
Release SDK bot
committed
Release 1.0.0-beta.8.2 version
1 parent 53e6303 commit 008d72c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cartfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-events-ios/MapboxMobileEvents.json" ~> 1.0.0
22
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" ~> 16.0.0
3-
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearch.json" == 1.0.0-beta.8
4-
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearchUI.json" == 1.0.0-beta.8
3+
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearch.json" == 1.0.0-beta.8.2
4+
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearchUI.json" == 1.0.0-beta.8.2

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import Foundation
77

88
let registry = SDKRegistry()
99

10-
let version = "1.0.0-beta.8"
11-
let searchVersionHash = "4f241760424cbfc8931065f2063b4f6262c3362b2387cd1c7dc7bc2a8c0213a6"
12-
let searchUIVersionHash = "c0641dff0be2b6009841504746fae1440051261af3f08bd10e57953a6684235e"
10+
let version = "1.0.0-beta.8.2"
11+
let searchVersionHash = "2a9d0dbb588aafff8c56aee3090b4aa207b098a43c3a0382ce604ba2227b18a7"
12+
let searchUIVersionHash = "764d252ab3e34f5f85d8ff95c5b39b29d6df5373965c8f257a73ae1f6ef41d5a"
1313

1414
let mapboxMobileEventsVersion: Version = "1.0.0"
1515
let mapboxCommonVersion: Version = "16.0.0"

0 commit comments

Comments
 (0)