From 324fb091bfdd30fa75f9bffd1b6006ce59810c9a Mon Sep 17 00:00:00 2001
From: juv <8269353+juv@users.noreply.github.com>
Date: Tue, 21 Jan 2025 21:20:53 +0100
Subject: [PATCH] Update docs to recent version 0.6.3
---
README.md | 18 +++++++++---------
docs/docs/gettingstarted/dependencies.md | 16 ++++++++--------
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 0940a0fe..1d9e6eb2 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ For fine-grained dependency management, add one or more below modules as require
com.bloxbean.cardano
cardano-client-lib
- 0.5.1
+ 0.6.3
```
- Backend modules
@@ -106,21 +106,21 @@ For fine-grained dependency management, add one or more below modules as require
com.bloxbean.cardano
cardano-client-backend-blockfrost
- 0.5.1
+ 0.6.3
com.bloxbean.cardano
cardano-client-backend-koios
- 0.5.1
+ 0.6.3
com.bloxbean.cardano
cardano-client-backend-ogmios
- 0.5.1
+ 0.6.3
```
@@ -128,27 +128,27 @@ For fine-grained dependency management, add one or more below modules as require
- Core Module
```
-implementation 'com.bloxbean.cardano:cardano-client-lib:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-lib:0.6.3'
```
- Backend modules
- For backend support, use one of the following supported backend module
```groovy
//For Blockfrost
-implementation 'com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-backend-blockfrost:0.6.3'
//For Koios
-implementation 'com.bloxbean.cardano:cardano-client-backend-koios:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-backend-koios:0.6.3'
//For Ogmios / Kupo
-implementation 'com.bloxbean.cardano:cardano-client-backend-ogmios:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-backend-ogmios:0.6.3'
```
### For snapshot binaries
-**SNAPSHOT_VERSION :** 0.5.2-SNAPSHOT (Please verify the latest snapshot version in gradle.properties)
+**SNAPSHOT_VERSION :** 0.7.0-beta2-SNAPSHOT (Please verify the latest snapshot version in gradle.properties)
- For Maven, add the following dependencies and repository to project's pom.xml
```
diff --git a/docs/docs/gettingstarted/dependencies.md b/docs/docs/gettingstarted/dependencies.md
index 6d06bbe2..d7b2a25c 100644
--- a/docs/docs/gettingstarted/dependencies.md
+++ b/docs/docs/gettingstarted/dependencies.md
@@ -15,7 +15,7 @@ sidebar_position: 2
com.bloxbean.cardano
cardano-client-lib
- 0.5.1
+ 0.6.3
```
- **Backend modules**
@@ -27,21 +27,21 @@ sidebar_position: 2
com.bloxbean.cardano
cardano-client-backend-blockfrost
- 0.5.1
+ 0.6.3
com.bloxbean.cardano
cardano-client-backend-koios
- 0.5.1
+ 0.6.3
com.bloxbean.cardano
cardano-client-backend-ogmios
- 0.5.1
+ 0.6.3
```
@@ -50,7 +50,7 @@ sidebar_position: 2
- **Core Module**
```
-implementation 'com.bloxbean.cardano:cardano-client-lib:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-lib:0.6.3'
```
- **Backend modules**
@@ -58,13 +58,13 @@ implementation 'com.bloxbean.cardano:cardano-client-lib:0.5.1'
```groovy
//For Blockfrost
-implementation 'com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-backend-blockfrost:0.6.3'
//For Koios
-implementation 'com.bloxbean.cardano:cardano-client-backend-koios:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-backend-koios:0.6.3'
//For Ogmios
-implementation 'com.bloxbean.cardano:cardano-client-backend-ogmios:0.5.1'
+implementation 'com.bloxbean.cardano:cardano-client-backend-ogmios:0.6.3'
```