diff --git a/Cargo.lock b/Cargo.lock index 157b2f3..866cfbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1211,7 +1211,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tx3-sdk" -version = "0.13.0" +version = "0.14.0" dependencies = [ "base64", "bech32", diff --git a/Cargo.toml b/Cargo.toml index 6fc5f49..a08c072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["TxPipe"] edition = "2021" license = "Apache-2.0" repository = "https://github.com/tx3-lang/rust-sdk" -version = "0.13.0" +version = "0.14.0" keywords = ["blockchain", "utxo", "dsl"] documentation = "https://docs.rs/tx3-sdk" homepage = "https://github.com/tx3-lang/rust-sdk"