From 54880e2c83041fc72222c8290c5bb4b9de9ca1cb Mon Sep 17 00:00:00 2001 From: Sudip Ghimire Date: Tue, 7 Mar 2023 16:46:36 +0100 Subject: [PATCH] Update node crate version to 3.8.1 --- Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 982229d7..66ac46d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1875,7 +1875,7 @@ dependencies = [ [[package]] name = "datahighway-parachain-runtime" -version = "3.8.0" +version = "3.8.1" dependencies = [ "chrono", "cumulus-pallet-aura-ext", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 28d19729..96fca79a 100755 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'datahighway-parachain-runtime' -version = '3.8.0' +version = '3.8.1' authors = ['MXC Foundation GmbH ', 'Luke Schoen ', 'Ilya Beregovskiy '] license = 'GPL-3' homepage = 'http://www.datahighway.com/'