diff --git a/anychain-bitcoin/Cargo.toml b/anychain-bitcoin/Cargo.toml index 8f9abda..18ae649 100644 --- a/anychain-bitcoin/Cargo.toml +++ b/anychain-bitcoin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-bitcoin" description = "A Rust library for Bitcoin-focused cryptocurrency wallets, enabling seamless transactions on the Bitcoin blockchain" -version = "0.1.2" +version = "0.1.3" keywords = ["bitcoin", "blockchain", "cryptocurrency", "wallet", "transactions"] # Workspace inherited keys diff --git a/anychain-bitcoin/README.md b/anychain-bitcoin/README.md index 86e0241..d2b3fe9 100644 --- a/anychain-bitcoin/README.md +++ b/anychain-bitcoin/README.md @@ -14,7 +14,7 @@ anychain-bitcoin is a Rust crate that provides a simple and efficient way to int To use anychain-bitcoin in your Rust project, add the following to your Cargo.toml file: ```toml [dependencies] -anychain-bitcoin = "0.1.1" +anychain-bitcoin = "0.1.3" ``` Then, import the crate in your code: diff --git a/anychain-core/Cargo.toml b/anychain-core/Cargo.toml index 72a9f9d..4d9aa1f 100644 --- a/anychain-core/Cargo.toml +++ b/anychain-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anychain-core" -version = "0.1.2" +version = "0.1.3" description = "A core support for cryptocurrency wallets" categories = ["command-line-utilities", "cryptocurrency"] keywords = ["bitcoin", "blockchain", "ethereum", "no_std"] diff --git a/anychain-core/README.md b/anychain-core/README.md index 695353f..387a152 100644 --- a/anychain-core/README.md +++ b/anychain-core/README.md @@ -14,7 +14,7 @@ anychain-core is a Rust crate that provides core functionality for working with To start using anychain-core, add it as a dependency in your Cargo.toml file: ```toml [dependencies] -anychain-core = "0.1.1" +anychain-core = "0.1.3" ``` Then, import the crate in your Rust code: diff --git a/anychain-ethereum/Cargo.toml b/anychain-ethereum/Cargo.toml index 11d8a7b..b40fb07 100644 --- a/anychain-ethereum/Cargo.toml +++ b/anychain-ethereum/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-ethereum" description = "A Rust library for Ethereum-focused cryptocurrency wallets, enabling seamless transactions on the Ethereum blockchain" -version = "0.1.1" +version = "0.1.2" keywords = ["blockchain", "crypto", "cryptocurrency", "ethereum", "wallet"] # Workspace inherited keys diff --git a/anychain-ethereum/README.md b/anychain-ethereum/README.md index 401e406..b3ddbe1 100644 --- a/anychain-ethereum/README.md +++ b/anychain-ethereum/README.md @@ -18,7 +18,7 @@ This is the README for the anychain-ethereum crate, a Rust library that provides To use the anychain-ethereum crate in your Rust project, add the following to your Cargo.toml file: ```toml [dependencies] -anychain-ethereum = "0.1.1" +anychain-ethereum = "0.1.2" ``` ## Usage diff --git a/anychain-filecoin/Cargo.toml b/anychain-filecoin/Cargo.toml index 481c070..8a62cda 100644 --- a/anychain-filecoin/Cargo.toml +++ b/anychain-filecoin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-filecoin" description = "A Rust library for Filecoin-focused cryptocurrency wallets, enabling seamless transactions on the Filecoin blockchain" -version = "0.1.1" +version = "0.1.2" keywords = ["filecoin", "blockchain", "cryptocurrency", "wallet", "transactions"] # Workspace inherited keys diff --git a/anychain-filecoin/README.md b/anychain-filecoin/README.md index 00035b2..5b0fd5e 100644 --- a/anychain-filecoin/README.md +++ b/anychain-filecoin/README.md @@ -17,7 +17,7 @@ anychain-filecoin is a Rust library that provides a simple and unified interface Add the following to your Cargo.toml file: ```toml [dependencies] -anychain-filecoin = "0.1.1" +anychain-filecoin = "0.1.2" ``` Then run cargo build to download and compile the library. diff --git a/anychain-kms/Cargo.toml b/anychain-kms/Cargo.toml index f232251..36b635d 100644 --- a/anychain-kms/Cargo.toml +++ b/anychain-kms/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-kms" description = "A Rust library providing Key Management Schema for AnyChain. Handles general security and signature algorithms." -version = "0.1.1" +version = "0.1.2" keywords = ["cryptography", "security", "signature", "algorithm"] # Workspace inherited keys diff --git a/anychain-ripple/Cargo.toml b/anychain-ripple/Cargo.toml index 76af3ee..a6021ff 100644 --- a/anychain-ripple/Cargo.toml +++ b/anychain-ripple/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-ripple" description = "A Rust library for interacting with the Ripple blockchain. It provides core functionalities such as transaction signing and serialization, address generation, and network communication." -version = "0.1.3" +version = "0.1.4" keywords = ["ripple", "blockchain", "cryptocurrency", "wallet", "transactions"] # Workspace inherited keys diff --git a/anychain-ripple/README.md b/anychain-ripple/README.md index 51b48e5..405babe 100644 --- a/anychain-ripple/README.md +++ b/anychain-ripple/README.md @@ -15,7 +15,7 @@ Features Add the following to your Cargo.toml file: ```toml [dependencies] -anychain-ripple = "0.1.0" +anychain-ripple = "0.1.4" ``` Then run cargo build to download and compile the anychain-ripple library. diff --git a/anychain-tron/Cargo.toml b/anychain-tron/Cargo.toml index 90396fd..f2c873d 100644 --- a/anychain-tron/Cargo.toml +++ b/anychain-tron/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-tron" description = "A Rust library for Tron-focused cryptocurrency wallets, enabling seamless transactions on the Tron blockchain" -version = "0.2.0" +version = "0.2.1" keywords = ["tron", "blockchain", "cryptocurrency", "wallet", "transactions"] # Workspace inherited keys diff --git a/anychain-tron/README.md b/anychain-tron/README.md index c0a0308..48fbffd 100644 --- a/anychain-tron/README.md +++ b/anychain-tron/README.md @@ -16,7 +16,7 @@ anychain-tron is a Rust library that provides a simple and unified interface for Add the following to your Cargo.toml file: ```toml [dependencies] -anychain-tron = "0.1.1" +anychain-tron = "0.2.1" ``` Then, run cargo build to download and compile the library.