diff --git a/Cargo.lock b/Cargo.lock index 8299648..71fe4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3965,7 +3965,7 @@ dependencies = [ [[package]] name = "myriad" -version = "2.3.0" +version = "2.3.1" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -4027,7 +4027,7 @@ dependencies = [ [[package]] name = "myriad-runtime" -version = "2.3.0" +version = "2.3.1" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4747,7 +4747,7 @@ dependencies = [ [[package]] name = "pallet-server" -version = "2.3.0" +version = "2.3.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4857,7 +4857,7 @@ dependencies = [ [[package]] name = "pallet-tipping" -version = "2.3.0" +version = "2.3.1" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/node/Cargo.toml b/node/Cargo.toml index 09722df..7656d71 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'myriad' -version = '2.3.0' +version = '2.3.1' edition = '2021' license = 'AGPL-3.0' authors = ['Myriad Dev Team '] diff --git a/pallets/server/Cargo.toml b/pallets/server/Cargo.toml index 515f39d..ca62867 100644 --- a/pallets/server/Cargo.toml +++ b/pallets/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-server' -version = '2.3.0' +version = '2.3.1' edition = '2021' license = 'AGPL-3.0' authors = ['Myriad Dev Team '] diff --git a/pallets/tipping/Cargo.toml b/pallets/tipping/Cargo.toml index 1a2ccce..a68c5cc 100644 --- a/pallets/tipping/Cargo.toml +++ b/pallets/tipping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-tipping' -version = '2.3.0' +version = '2.3.1' edition = '2021' license = 'AGPL-3.0' authors = ['Myriad Dev Team '] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4922106..676aeb9 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'myriad-runtime' -version = '2.3.0' +version = '2.3.1' edition = '2021' license = 'AGPL-3.0' authors = ['Myriad Dev Team '] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index eefabf0..ae7d467 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -198,7 +198,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 2030, + spec_version: 2031, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 2,