Skip to content

Commit

Permalink
Release 1.0.0-beta.8.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Release SDK bot committed Jul 15, 2021
1 parent 53e6303 commit 008d72c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-events-ios/MapboxMobileEvents.json" ~> 1.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" ~> 16.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearch.json" == 1.0.0-beta.8
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearchUI.json" == 1.0.0-beta.8
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearch.json" == 1.0.0-beta.8.2
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearchUI.json" == 1.0.0-beta.8.2
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import Foundation

let registry = SDKRegistry()

let version = "1.0.0-beta.8"
let searchVersionHash = "4f241760424cbfc8931065f2063b4f6262c3362b2387cd1c7dc7bc2a8c0213a6"
let searchUIVersionHash = "c0641dff0be2b6009841504746fae1440051261af3f08bd10e57953a6684235e"
let version = "1.0.0-beta.8.2"
let searchVersionHash = "2a9d0dbb588aafff8c56aee3090b4aa207b098a43c3a0382ce604ba2227b18a7"
let searchUIVersionHash = "764d252ab3e34f5f85d8ff95c5b39b29d6df5373965c8f257a73ae1f6ef41d5a"

let mapboxMobileEventsVersion: Version = "1.0.0"
let mapboxCommonVersion: Version = "16.0.0"
Expand Down

0 comments on commit 008d72c

Please sign in to comment.