diff --git a/client/protocol_versions.json b/client/protocol_versions.json index 8780756c6..ca6224fee 100644 --- a/client/protocol_versions.json +++ b/client/protocol_versions.json @@ -113,5 +113,8 @@ }, "1.0.12": { "min": "1.0.0" + }, + "1.0.13": { + "min": "1.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index d275ef00e..c5ed41868 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ain-blockchain", "description": "AI Network Blockchain", - "version": "1.0.12", + "version": "1.0.13", "private": true, "license": "MIT", "author": "dev@ainetwork.ai",