diff --git a/Cargo.lock b/Cargo.lock index cb256ec19..b5e619436 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,7 +1171,7 @@ dependencies = [ [[package]] name = "datahighway" -version = "3.0.1" +version = "3.0.2" dependencies = [ "datahighway-runtime", "frame-benchmarking", @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "datahighway-runtime" -version = "3.0.1" +version = "3.0.2" dependencies = [ "chrono", "exchange-rate", @@ -3577,7 +3577,7 @@ dependencies = [ [[package]] name = "mining-eligibility-proxy" -version = "3.0.1" +version = "3.0.2" dependencies = [ "account-set", "chrono", @@ -3846,7 +3846,7 @@ dependencies = [ [[package]] name = "module-primitives" -version = "3.0.1" +version = "3.0.2" dependencies = [ "bitmask", "parity-scale-codec", diff --git a/node/Cargo.toml b/node/Cargo.toml index 9172b9f32..229e849c9 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -3,7 +3,7 @@ authors = ['MXC Foundation gGmbH ', 'Luke Schoen ', 'MXC Foundation GmbH ', 'Luke Schoen'] edition = '2018' diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 23b7a0e5b..931eaa018 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ authors = ['MXC Foundation gGmbH ', 'Luke Schoen ', 'Ilya Beregovskiy '] edition = '2018' name = 'datahighway-runtime' -version = '3.0.1' +version = '3.0.2' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 0ebff8bab..33d8ff8a9 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -197,7 +197,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("datahighway"), impl_name: create_runtime_str!("datahighway"), authoring_version: 2, - spec_version: 4, + spec_version: 5, impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 2,