Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from LedgerHQ/transport-update
Browse files Browse the repository at this point in the history
Update to use v1.0.1 of hw-transport-ios-ble
  • Loading branch information
harrisonf-ledger authored Nov 7, 2022
2 parents 6102927 + 061cfd5 commit 39ee355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/LedgerHQ/hw-transport-ios-ble",
"state" : {
"revision" : "935a680a0f84a4e468c2f9baf8f949246c66884c",
"version" : "1.0.0"
"revision" : "4df8fff21c1738a1dff4d2ee19175dd3263d6c5f",
"version" : "1.0.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["BleWrapper"]),
],
dependencies: [
.package(url: "https://github.com/LedgerHQ/hw-transport-ios-ble", exact: "1.0.0")
.package(url: "https://github.com/LedgerHQ/hw-transport-ios-ble", exact: "1.0.1")
],
targets: [
.target(
Expand Down

0 comments on commit 39ee355

Please sign in to comment.