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.5-1 (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>

Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
aurexav authored Nov 15, 2022
1 parent 9101a89 commit cdc46c6
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"

env:
Expand Down
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.5"
version = "5.3.5-1"

[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.5"
version = "5.3.5-1"

[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.5"
version = "5.3.5-1"

[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.5"
version = "5.3.5-1"

[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.5"
version = "5.3.5-1"

[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_5_0,
spec_version: 5_3_5_1,
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.5"
version = "5.3.5-1"

[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_5_0,
spec_version: 5_3_5_1,
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.5"
version = "5.3.5-1"

[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_5_0,
spec_version: 5_3_5_1,
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_5_0,
spec_version: 5_3_5_1,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit cdc46c6

Please sign in to comment.