From da7b9b7737771751deb6349a33a11e5a6130b521 Mon Sep 17 00:00:00 2001 From: platfowner Date: Wed, 11 Sep 2024 09:21:55 +0900 Subject: [PATCH] Upgrade package version to 1.5.0 --- 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 77eb4c4f2..6f2326201 100644 --- a/client/protocol_versions.json +++ b/client/protocol_versions.json @@ -155,5 +155,8 @@ }, "1.4.2": { "min": "1.0.0" + }, + "1.5.0": { + "min": "1.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index c08c392e5..6ffa76166 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ain-blockchain", "description": "AI Network Blockchain", - "version": "1.4.2", + "version": "1.5.0", "private": true, "license": "MIT", "author": "dev@ainetwork.ai",