diff --git a/Cargo.lock b/Cargo.lock index 2865976d..9ab300ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "peaq-dev-runtime" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" dependencies = [ "address-unification", "cumulus-pallet-aura-ext", @@ -8877,7 +8877,7 @@ dependencies = [ [[package]] name = "peaq-krest-runtime" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" dependencies = [ "address-unification", "cumulus-pallet-aura-ext", @@ -9494,7 +9494,7 @@ dependencies = [ [[package]] name = "peaq-runtime" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" dependencies = [ "address-unification", "cumulus-pallet-aura-ext", @@ -11859,7 +11859,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 22d0950e..7021b989 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-common" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" description = "A node of the peaq network." authors = ["peaq network "] homepage = "https://peaq.network/" diff --git a/runtime/krest/Cargo.toml b/runtime/krest/Cargo.toml index 0fae9595..b8ab3546 100644 --- a/runtime/krest/Cargo.toml +++ b/runtime/krest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peaq-krest-runtime" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" description = "A node of the peaq network." authors = ["peaq network "] homepage = "https://peaq.network/" diff --git a/runtime/peaq-dev/Cargo.toml b/runtime/peaq-dev/Cargo.toml index c6a0749e..c7b231e0 100644 --- a/runtime/peaq-dev/Cargo.toml +++ b/runtime/peaq-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peaq-dev-runtime" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" description = "A node of the peaq network." authors = ["peaq network "] homepage = "https://peaq.network/" diff --git a/runtime/peaq/Cargo.toml b/runtime/peaq/Cargo.toml index f67cd791..979d853c 100644 --- a/runtime/peaq/Cargo.toml +++ b/runtime/peaq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peaq-runtime" -version = "3.1.0-polkadot-v1.7.2" +version = "4.0.0-polkadot-v1.7.2" description = "A node of the peaq network." authors = ["peaq network "] homepage = "https://peaq.network/"