From 97e4c58db4089610b13e70e380b6c3c0a36e27e0 Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 30 Dec 2021 13:37:22 -0500 Subject: [PATCH] bump version to 0.5.11 --- README.md | 4 ++-- pom.xml | 2 +- src/main/java/monero/common/MoneroUtils.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 670eb3fa..fc39306b 100644 --- a/README.md +++ b/README.md @@ -113,13 +113,13 @@ walletFull.close(true); io.github.monero-ecosystem monero-java - 0.5.10 + 0.5.11 ``` #### For Gradle, add to build.gradle: -`compile 'io.github.monero-ecosystem:monero-java:0.5.10'` +`compile 'io.github.monero-ecosystem:monero-java:0.5.11'` 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 58ff73b3..59391c9d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.github.monero-ecosystem monero-java - 0.5.10 + 0.5.11 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 f8a41e8a..dbca5580 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.5.10"; + return "0.5.11"; } public static final int RING_SIZE = 12; // network-enforced ring size