From 464a3ab93001fe43f3fa7f474924d645ee02ef41 Mon Sep 17 00:00:00 2001 From: Gautham Date: Fri, 19 Jan 2024 16:39:39 +0530 Subject: [PATCH] Increment node version --- client/Cargo.toml | 2 +- nodes/mainnet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 6bb1156cb..7151b6dff 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadex-client" -version = "5.3.0" +version = "5.4.2" edition = "2021" [dependencies] diff --git a/nodes/mainnet/Cargo.toml b/nodes/mainnet/Cargo.toml index 1e9a51aeb..285c91ba2 100644 --- a/nodes/mainnet/Cargo.toml +++ b/nodes/mainnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadex-node" -version = "5.4.1" +version = "5.4.2" authors = ["Polkadex OÜ "] description = "Polkadex main blockchain" edition = "2021"