Skip to content

Commit

Permalink
chore: prepare to release 2.0.30 (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed authored Apr 20, 2023
1 parent b5b1b9a commit c8641d8
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Nodle <[email protected]>", "Parity Technologies <[email protected]>"]
build = "build.rs"
edition = "2021"
name = "nodle-parachain"
version = "2.0.28"
version = "2.0.30"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/allocations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-allocations"
version = "2.0.28"
version = "2.0.30"
authors = ['Eliott Teissonniere <[email protected]>']
edition = "2021"
description = "A pallet to handle the Proof Of Connectivity allocations rewards"
Expand Down
2 changes: 1 addition & 1 deletion pallets/grants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-grants"
description = "Provides scheduled balance locking mechanism, in a *graded vesting* way."
license = "Apache-2.0"
version = "2.0.28"
version = "2.0.30"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/mandate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-mandate"
version = "2.0.28"
version = "2.0.30"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/reserve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-reserve"
version = "2.0.28"
version = "2.0.30"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primitives"
version = "2.0.28"
version = "2.0.30"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtimes/eden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2021"
name = "runtime-eden"
version = "2.0.28"
version = "2.0.30"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion runtimes/eden/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
/// Version of the runtime specification. A full-node will not attempt to use its native
/// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
/// `spec_version` and `authoring_version` are the same between Wasm and native.
spec_version: 19,
spec_version: 20,

/// Version of the implementation of the specification. Nodes are free to ignore this; it
/// serves only as an indication that the code is different; as long as the other two versions
Expand Down
2 changes: 1 addition & 1 deletion support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2021"
name = "support"
version = "2.0.28"
version = "2.0.30"

0 comments on commit c8641d8

Please sign in to comment.