diff --git a/Cargo.toml b/Cargo.toml index ce92e8c..8587ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs_merkle" -version = "0.2.2" +version = "1.0.0" authors = ["Anton Suprunchuk "] description = "The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks" edition = "2018" diff --git a/README.md b/README.md index af37e19..fcdf59d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -rs_merkle = "0.2" +rs_merkle = "1.0" ``` ## Documentation