Skip to content

Commit

Permalink
[Backport] Version bumps from release 1.1.0 (#1580)
Browse files Browse the repository at this point in the history
This PR backports version bumps for `polkadot` and `polkadot-parachain`
from the v1.1.0 release branch

---------

Co-authored-by: Mara Broda <[email protected]>
  • Loading branch information
EgorPopelyaev and coderobe authored Sep 17, 2023
1 parent 2ca30ed commit cf5c195
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion polkadot/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf5c195

Please sign in to comment.