Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 6, 2022
1 parent 8024bed commit 5fe45f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycitadel-desktop"
version = "1.0.0"
version = "1.1.0"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
description = "Bitcoin, Lightning and RGB wallet; part of MyCitadel software suite."
repository = "https://github.com/mycitadel/mycitadel-desktop"
Expand Down Expand Up @@ -42,7 +42,7 @@ miniscript = "7.0.0"
bitcoin_hwi = "0.2.0"
electrum-client = "0.10.0"
descriptor-wallet = { version = "0.7.0", features = ["miniscript", "keygen"] }
strict_encoding = "1.8.0-rc.11"
strict_encoding = "1.8.0"

clap = { version = "3.1", features = ["derive"], optional = true }
serde_crate = { package = "serde", version = "1" }
Expand Down

0 comments on commit 5fe45f8

Please sign in to comment.