Skip to content

Commit

Permalink
Prep for release v0.15.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte authored Jul 22, 2023
1 parent 69e9f2f commit 5260ba4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apdu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cargo-features = ["per-package-target"]
name = "ledger-mob-apdu"
description = "MobileCoin hardware wallet protocol / APDU definitions"
repository = "https://github.com/mobilecoinofficial/ledger-mob.git"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cargo-features = ["per-package-target"]
name = "ledger-mob-core"
description = "MobileCoin hardware wallet engine"
repository = "https://github.com/mobilecoinofficial/ledger-mob.git"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
license = "GPL-3.0"
publish = false
Expand Down
6 changes: 3 additions & 3 deletions fw/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cargo-features = ["per-package-target"]
name = "ledger-mob-fw"
description = "MobileCoin Ledger NanoApp"
repository = "https://github.com/mobilecoinofficial/ledger-mob.git"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
license = "GPL-3.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ledger-mob"
description = "MobileCoin Ledger Interface Library"
repository = "https://github.com/mobilecoinofficial/ledger-mob.git"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ledger-mob-tests"
description = "Common tests for MobileCoin hardware wallets"
repository = "https://github.com/mobilecoinofficial/ledger-mob.git"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 5260ba4

Please sign in to comment.