diff --git a/README.md b/README.md index e53206be..eb5a86f2 100644 --- a/README.md +++ b/README.md @@ -113,13 +113,13 @@ walletFull.close(true); io.github.monero-ecosystem monero-java - 0.6.0 + 0.6.2 ``` #### For Gradle, add to build.gradle: -`compile 'io.github.monero-ecosystem:monero-java:0.6.0'` +`compile 'io.github.monero-ecosystem:monero-java:0.6.2'` You are now ready to use this library with [monero-daemon-rpc](https://getmonero.org/resources/developer-guides/daemon-rpc.html) and [monero-wallet-rpc](https://getmonero.org/resources/developer-guides/wallet-rpc.html) endpoints. diff --git a/pom.xml b/pom.xml index adb035e3..4f215896 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.github.monero-ecosystem monero-java - 0.6.0 + 0.6.2 Monero Java Library A Java library for using Monero https://github.com/monero-ecosystem/monero-java diff --git a/src/main/java/monero/common/MoneroUtils.java b/src/main/java/monero/common/MoneroUtils.java index d6b0e9fe..af3d4eb2 100644 --- a/src/main/java/monero/common/MoneroUtils.java +++ b/src/main/java/monero/common/MoneroUtils.java @@ -40,7 +40,7 @@ public class MoneroUtils { * @return the version of this monero-java library */ static String getVersion() { - return "0.6.0"; + return "0.6.2"; } public static final int RING_SIZE = 12; // network-enforced ring size