Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Release v5.3.7 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Apr 19, 2023
1 parent 50bbd1e commit 6ec7f96
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "darwinia-parachain"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.6"
version = "5.3.7"

[features]
alpha = ["pangolin-parachain-runtime/alpha"]
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-primitives"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.6"
version = "5.3.7"

[dependencies]
# substrate
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-rpc"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.6"
version = "5.3.7"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dp-common-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.6"
version = "5.3.7"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/crab-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "crab-parachain-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.6"
version = "5.3.7"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/crab-parachain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Crab Parachain"),
impl_name: sp_runtime::create_runtime_str!("Darwinia Crab Parachain"),
authoring_version: 1,
spec_version: 5_3_6_0,
spec_version: 5_3_7_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "darwinia-parachain-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain/"
version = "5.3.6"
version = "5.3.7"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia-parachain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Darwinia Parachain"),
impl_name: sp_runtime::create_runtime_str!("Darwinia Parachain"),
authoring_version: 1,
spec_version: 5_3_6_0,
spec_version: 5_3_7_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/pangolin-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "pangolin-parachain-runtime"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-parachain"
version = "5.3.6"
version = "5.3.7"

[dependencies]
# crates.io
Expand Down
4 changes: 2 additions & 2 deletions runtime/pangolin-parachain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Pangolin Parachain"),
impl_name: sp_runtime::create_runtime_str!("Pangolin Parachain"),
authoring_version: 1,
spec_version: 5_3_6_0,
spec_version: 5_3_7_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand All @@ -138,7 +138,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Pangolin Parachain Alpha"),
impl_name: sp_runtime::create_runtime_str!("Pangolin Parachain Alpha"),
authoring_version: 1,
spec_version: 5_3_6_0,
spec_version: 5_3_7_0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 6ec7f96

Please sign in to comment.