diff --git a/algorand/rest-api/VERSION b/algorand/rest-api/VERSION index 8a9ecc2..4e379d2 100644 --- a/algorand/rest-api/VERSION +++ b/algorand/rest-api/VERSION @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2 diff --git a/algorand/rest-api/openapi.json b/algorand/rest-api/openapi.json index b214969..1a78bb4 100644 --- a/algorand/rest-api/openapi.json +++ b/algorand/rest-api/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Algorand REST API Specification", "description": "A specification of the Algorand algod REST API provided by Chain.Love platform.", - "version": "0.0.1", + "version": "0.0.2", "contact": { "name": "devs", "email": "devs@chain.love" @@ -5908,4 +5908,4 @@ } }, "x-original-swagger-version": "2.0" -} \ No newline at end of file +}