diff --git a/Cargo.toml b/Cargo.toml index 22e8998297ad3..9cafdb8515c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "polkadot/src/main.rs" [package] name = "polkadot" -version = "0.2.11" +version = "0.2.12" authors = ["Parity Technologies "] build = "build.rs" diff --git a/substrate/cli/Cargo.toml b/substrate/cli/Cargo.toml index c6bdfd0808c78..bdb55c9ccacb8 100644 --- a/substrate/cli/Cargo.toml +++ b/substrate/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-cli" -version = "0.2.11" +version = "0.2.12" authors = ["Parity Technologies "] description = "Substrate CLI interface." build = "build.rs"