diff --git a/client/protocol_versions.json b/client/protocol_versions.json index 8fbd9754e..68cf1c450 100644 --- a/client/protocol_versions.json +++ b/client/protocol_versions.json @@ -134,5 +134,8 @@ }, "1.1.3": { "min": "1.0.0" + }, + "1.1.4": { + "min": "1.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index edeb8d7fa..6860319ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ain-blockchain", "description": "AI Network Blockchain", - "version": "1.1.3", + "version": "1.1.4", "private": true, "license": "MIT", "author": "dev@ainetwork.ai",