From 1ed37562fb0c6b68d9c067e82ebbbb55b9028e1e Mon Sep 17 00:00:00 2001 From: Dzmitry Kliapkou Date: Thu, 12 Feb 2026 16:28:02 +0300 Subject: [PATCH] chore(algorand): trigger release spec --- algorand/rest-api/VERSION | 2 +- algorand/rest-api/openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"