From 4491863eb41846327d09532814713fc97734b20b Mon Sep 17 00:00:00 2001 From: grumbach Date: Wed, 23 Jun 2021 17:28:19 +0200 Subject: [PATCH] Version 0.4.1 (#114) --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec934ea..3a25f63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "threshold_crypto" # REMINDER: Update version in `README.md` when incrementing: -version = "0.4.0" +version = "0.4.1" authors = [ "Vladimir Komendantskiy ", "Andreas Fackler ", diff --git a/README.md b/README.md index a5f18f2..635579d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ An [official security audit](https://github.com/poanetwork/wiki/wiki/Threshold-C ```toml [dependencies] -threshold_crypto = { version = "0.4", git = "https://github.com/poanetwork/threshold_crypto" } +threshold_crypto = { version = "0.4.1", git = "https://github.com/poanetwork/threshold_crypto" } ``` `main.rs`: @@ -103,7 +103,7 @@ by third-parties as representing the consensus of the network. ### Documentation * [crate documentation](https://docs.rs/threshold_crypto/) -* [crates.io package](https://crates.io/crates/threshold_crypto) +* [crates.io package](https://crates.io/crates/threshold_crypto) ## Performance