diff --git a/algorand/rest-api/VERSION b/algorand/rest-api/VERSION index 4e379d2..8acdd82 100644 --- a/algorand/rest-api/VERSION +++ b/algorand/rest-api/VERSION @@ -1 +1 @@ -0.0.2 +0.0.1 diff --git a/algorand/rest-api/openapi.json b/algorand/rest-api/openapi.json index 1a78bb4..8681d2b 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.2", + "version": "0.0.1", "contact": { "name": "devs", "email": "devs@chain.love"