diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index f99c764..e131f58 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethbloom" -version = "0.5.0" +version = "0.5.1" authors = ["Parity Technologies "] description = "Ethereum bloom filter" license = "MIT" diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index 46decc7..b741f20 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum-types" -version = "0.3.2" +version = "0.3.3" authors = ["Parity Technologies "] license = "MIT" homepage = "https://github.com/paritytech/primitives"