diff --git a/client/protocol_versions.json b/client/protocol_versions.json index 2b8f68f4a..b6f87becc 100644 --- a/client/protocol_versions.json +++ b/client/protocol_versions.json @@ -119,5 +119,8 @@ }, "1.0.14": { "min": "1.0.0" + }, + "1.0.15": { + "min": "1.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index afed40b08..a27e6ebc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ain-blockchain", "description": "AI Network Blockchain", - "version": "1.0.14", + "version": "1.0.15", "private": true, "license": "MIT", "author": "dev@ainetwork.ai",