From 6fabfa39791b35879f14cd953c6e2712c01f3ca1 Mon Sep 17 00:00:00 2001 From: Satya <35016438+satran004@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:38:38 +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 b6c6c119..72b23c51 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ previous blocks, query information from a local node, monitor the local mempool, - [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-beta12](https://github.com/bloxbean/yaci/releases/tag/v0.3.0-beta12) (Supports [SanchoNet](https://sancho.network/)) +- [0.3.0-beta14](https://github.com/bloxbean/yaci/releases/tag/v0.3.0-beta14) (Supports Conway era) **Development Branch:** main @@ -28,14 +28,14 @@ Maven com.bloxbean.cardano yaci - 0.2.5 + {version} ``` Gradle ```xml - implementation('com.bloxbean.cardano:yaci:0.2.5') + implementation('com.bloxbean.cardano:yaci:{version}') ``` ## How to Use?