[Backport] Version bumps from release 1.1.0 (#1580)

This PR backports version bumps for `polkadot` and `polkadot-parachain`
from the v1.1.0 release branch

---------

Co-authored-by: Mara Broda <mara@broda.me>
This commit is contained in:
Egor_P
2023-09-18 00:28:35 +02:00
committed by GitHub
parent 2ca30ed10a
commit cf5c195237
4 changed files with 6 additions and 6 deletions
Generated
+3 -3
View File
@@ -11395,7 +11395,7 @@ dependencies = [
[[package]]
name = "polkadot"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"assert_cmd",
"color-eyre",
@@ -11528,7 +11528,7 @@ dependencies = [
[[package]]
name = "polkadot-cli"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"clap 4.4.3",
"frame-benchmarking-cli",
@@ -12340,7 +12340,7 @@ dependencies = [
[[package]]
name = "polkadot-parachain-bin"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"assert_cmd",
"asset-hub-kusama-runtime",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain-bin"
version = "1.0.0"
version = "1.1.0"
authors.workspace = true
build = "build.rs"
edition.workspace = true
+1 -1
View File
@@ -18,7 +18,7 @@ rust-version = "1.64.0"
readme = "README.md"
authors.workspace = true
edition.workspace = true
version = "1.0.0"
version = "1.1.0"
default-run = "polkadot"
[dependencies]
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "polkadot-cli"
description = "Polkadot Relay-chain Client Node"
version = "1.0.0"
version = "1.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true