diff --git a/README.md b/README.md index 6bde6ab4..0be32848 100644 --- a/README.md +++ b/README.md @@ -93,13 +93,13 @@ walletFull.close(true); io.github.woodser monero-java - 0.8.23 + 0.8.24 ``` #### For Gradle, add to build.gradle: -`compile 'io.github.woodser:monero-java:0.8.23'` +`compile 'io.github.woodser:monero-java:0.8.24'` #### If using RPC servers: diff --git a/pom.xml b/pom.xml index 14040538..e88c7688 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.github.woodser monero-java - 0.8.23 + 0.8.24 Monero Java Library A Java library for using Monero https://github.com/woodser/monero-java diff --git a/src/main/java/monero/common/MoneroUtils.java b/src/main/java/monero/common/MoneroUtils.java index 39e7dc31..ccd4e732 100644 --- a/src/main/java/monero/common/MoneroUtils.java +++ b/src/main/java/monero/common/MoneroUtils.java @@ -35,7 +35,7 @@ public class MoneroUtils { * @return the version of this monero-java library */ public static String getVersion() { - return "0.8.23"; + return "0.8.24"; } // try to load jni bindings