diff --git a/Cargo.lock b/Cargo.lock index 93dc5d1..af5a246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "bitcoindevkit" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "bdk_esplora", diff --git a/Cargo.toml b/Cargo.toml index 137d232..b2877cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoindevkit" -version = "0.1.10" +version = "0.1.11" repository = "https://github.com/MetaMask/bdk-wasm" description = "A modern, lightweight, descriptor-based wallet library in WebAssembly for browsers and Node" keywords = [ diff --git a/README.md b/README.md index 3fb53f8..60f4e88 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@