From c988cb7bfcd8e1a3ca7c517bb1823492b3ad7692 Mon Sep 17 00:00:00 2001 From: platfowner Date: Fri, 16 Aug 2024 11:41:34 +0900 Subject: [PATCH] Upgrade package version to v1.4.2 --- client/protocol_versions.json | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/protocol_versions.json b/client/protocol_versions.json index b0df841a8..77eb4c4f2 100644 --- a/client/protocol_versions.json +++ b/client/protocol_versions.json @@ -152,5 +152,8 @@ }, "1.4.1": { "min": "1.0.0" + }, + "1.4.2": { + "min": "1.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index 93dedd725..c08c392e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ain-blockchain", "description": "AI Network Blockchain", - "version": "1.4.1", + "version": "1.4.2", "private": true, "license": "MIT", "author": "dev@ainetwork.ai",