From 96c62bd3e738e2161462909c1bb2b93f45c0b686 Mon Sep 17 00:00:00 2001 From: Satya <35016438+satran004@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:07:58 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72b23c5..7176e87 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Yaci is a Java-based Cardano mini-protocol implementation that allows users to c and interact with it in a variety of ways. With Yaci's simple APIs, you can listen to incoming blocks in real-time, fetch previous blocks, query information from a local node, monitor the local mempool, and submit transactions to a local node. -**Latest Stable Release :** +**Previous Releases :** - [0.1.14](https://github.com/bloxbean/yaci/releases/tag/v0.1.14) (**Cardano Node 8.1.1** support and Compatible with Cardano Client Lib 0.4.3) - [0.2.5](https://github.com/bloxbean/yaci/releases/tag/v0.2.5) (Compatible with Cardano Client Lib 0.5.0) -**Latest Beta Release :** -- [0.3.0-beta14](https://github.com/bloxbean/yaci/releases/tag/v0.3.0-beta14) (Supports Conway era) +**Latest Release :** +- [0.3.0-beta15](https://github.com/bloxbean/yaci/releases/tag/v0.3.0-beta15) (Supports Conway era) **Development Branch:** main