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",