Skip to content

Commit

Permalink
Release 1.0.0-beta.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Release SDK bot committed Sep 21, 2021
1 parent 4b0bee5 commit 9c06beb
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" ~> 18.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearch.json" == 1.0.0-beta.12
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearchUI.json" == 1.0.0-beta.12
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearch.json" == 1.0.0-beta.13
binary "https://api.mapbox.com/downloads/v2/carthage/search-sdk/MapboxSearchUI.json" == 1.0.0-beta.13
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.12"
let searchVersionHash = "268935f445b2cdee5682149c30e3cc513c6cff35af59dd9f6eb93861234a3136"
let searchUIVersionHash = "4240555f1270ceb442326697122b500e7bdd023a8644008df93353fe2c35a090"
let version = "1.0.0-beta.13"
let searchVersionHash = "7f70cc7aa4089bd42cbd4a4dc7f4dd0ef01825007b6ee4c1b6e8e3d2898d44ac"
let searchUIVersionHash = "6dcef49f3f1d0f028ce839d302f0beea63302f7750167929a1592b52af07faf7"

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

0 comments on commit 9c06beb

Please sign in to comment.