diff --git a/Cargo.lock b/Cargo.lock index 4764ef49..363c5384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "rgb-std" -version = "0.10.1" +version = "0.10.2" dependencies = [ "amplify", "baid58", @@ -736,7 +736,7 @@ dependencies = [ [[package]] name = "rgb-wallet" -version = "0.10.1" +version = "0.10.2" dependencies = [ "amplify", "baid58", diff --git a/Cargo.toml b/Cargo.toml index fea734b9..8e91b92b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rgb-core = { version = "0.10.3", features = ["stl"] } [package] name = "rgb-wallet" -version = "0.10.1" +version = "0.10.2" description = "RGB wallet library for smart contracts on Bitcoin & Lightning network" keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"] categories = ["cryptography::cryptocurrencies"] @@ -52,7 +52,7 @@ strict_encoding = { workspace = true } # descriptor-wallet = "0.10.0-alpha.1" bp-core = { workspace = true } rgb-core = { workspace = true } -rgb-std = { version = "0.10.1", path = "std" } +rgb-std = { version = "0.10.2", path = "std" } fluent-uri = "0.1.4" indexmap = "1.9.2" # TODO: This dependencies should be replaced with psbt package diff --git a/README.md b/README.md index 0710f804..0d56480b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![crates.io](https://img.shields.io/crates/v/rgb-wallet)](https://crates.io/crates/rgb-wallet) [![Docs](https://docs.rs/rgb-wallet/badge.svg)](https://docs.rs/rgb-wallet) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) -[![Apache-2 licensed](https://img.shields.io/crates/l/bp-core)](./LICENSE) +[![Apache-2 licensed](https://img.shields.io/crates/l/rgb-wallet)](./LICENSE) RGB is confidential & scalable client-validated smart contracts for Bitcoin & Lightning. To learn more about RGB please check [RGB blueprint][Blueprint] and diff --git a/std/Cargo.toml b/std/Cargo.toml index a5a2fbe8..c2ed1acd 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb-std" -version = "0.10.1" +version = "0.10.2" description = "RGB standard library for working with smart contracts on Bitcoin & Lightning" keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"] categories = ["cryptography::cryptocurrencies"]