From 0337efe7bebde87832f6f5027f4280c71bfb1d30 Mon Sep 17 00:00:00 2001 From: Dudi Edri Date: Sun, 22 Dec 2024 17:46:49 +0200 Subject: [PATCH] Typo Fix --- README.md | 6 +++--- pom.xml | 2 +- .../koios/client/backend/api/governance/model/DRepInfo.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4cfaf14..731dc44 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ Resource and maintenance requirements for Cardano blockchain components (e.g. ca | Koios Instance | Koios Java Client | |:--------------:|:-----------------:| -| 1.3.0 | 1.20.0 | +| 1.3.0 | 1.20.1 | | 1.2.0 | 1.19.3 | | 1.1.2 | 1.18.2 | | 1.0.10 | 1.17.3 | @@ -423,13 +423,13 @@ Resource and maintenance requirements for Cardano blockchain components (e.g. ca io.github.cardano-community koios-java-client - 1.20.0 + 1.20.1 ``` - For Gradle, add the following dependency to build.gradle ``` -compile group: 'io.github.cardano-community', name: 'koios-java-client', version: '1.20.0' +compile group: 'io.github.cardano-community', name: 'koios-java-client', version: '1.20.1' ``` ### Get Koios Backend Service (No API Token) diff --git a/pom.xml b/pom.xml index 6362946..1d1e48b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.github.cardano-community koios-java-client - 1.20.0 + 1.20.1 ${project.groupId}:${project.artifactId} Koios Java Client is a Java REST Client library which allows interacting with Koios Server Instances using Java Objects https://github.com/cardano-community/koios-java-client diff --git a/src/main/java/rest/koios/client/backend/api/governance/model/DRepInfo.java b/src/main/java/rest/koios/client/backend/api/governance/model/DRepInfo.java index 004a2c7..bc68c68 100644 --- a/src/main/java/rest/koios/client/backend/api/governance/model/DRepInfo.java +++ b/src/main/java/rest/koios/client/backend/api/governance/model/DRepInfo.java @@ -63,5 +63,5 @@ public class DRepInfo { /** * A hash of the contents of the metadata URL (null if not applicable) */ - private String meatHash; + private String metaHash; }