chore: bump library version to alpha 11

This commit is contained in:
thunderbiscuit 2024-05-21 11:35:46 -04:00
parent 72985f14ad
commit 260a0a65b3
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 2 additions and 2 deletions

2
bdk-ffi/Cargo.lock generated
View File

@ -157,7 +157,7 @@ dependencies = [
[[package]]
name = "bdk-ffi"
version = "1.0.0-alpha.10"
version = "1.0.0-alpha.11"
dependencies = [
"assert_matches",
"bdk",

View File

@ -1,6 +1,6 @@
[package]
name = "bdk-ffi"
version = "1.0.0-alpha.10"
version = "1.0.0-alpha.11"
homepage = "https://bitcoindevkit.org"
repository = "https://github.com/bitcoindevkit/bdk"
edition = "2018"