diff --git a/Cargo.toml b/Cargo.toml index c5c8881..fbc8567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-offences" -version = "2.0.0" +version = "2.0.1" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0" diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 7a95ceb..d2e020e 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-offences-benchmarking" -version = "2.0.0" +version = "2.0.1" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0"