From 07e94bc8f38412a4ff814e34613fc6c88e30d9cd Mon Sep 17 00:00:00 2001 From: Satya <35016438+satran004@users.noreply.github.com> Date: Sun, 11 Sep 2022 14:50:54 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90e2fa1..6620f12 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Gradle implementation('com.bloxbean.cardano:yaci-core:0.0.2') ``` +[Documentation](docs/README.md) + ## Status | mini protocol | initiator | @@ -44,8 +46,6 @@ Gradle | | | -[Documentation](docs/README.md) - ## Quick Guide ### Using Reactive api From 1d588014d78e1a809a821e71a0ece6cd50ce8797 Mon Sep 17 00:00:00 2001 From: Satya <35016438+satran004@users.noreply.github.com> Date: Sun, 11 Sep 2022 14:51:13 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6620f12..b25ae15 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Maven Gradle ```xml - implementation('com.bloxbean.cardano:yaci-core:0.0.2') + implementation('com.bloxbean.cardano:yaci-core:0.0.4') ``` [Documentation](docs/README.md)