diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 82a5ed2a..a2d3bf7c 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-bft" -version = "0.24.0" +version = "0.24.1" edition = "2021" authors = ["Cardinal Cryptography"] categories = ["algorithms", "data-structures", "cryptography", "database"] diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 744e2ec8..784e8cb0 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-bft-crypto" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Cardinal Cryptography"] documentation = "https://docs.rs/?"