diff --git a/README.md b/README.md
index 6712a06f..625b8652 100644
--- a/README.md
+++ b/README.md
@@ -93,13 +93,13 @@ walletFull.close(true);
io.github.woodser
monero-java
- 0.8.29
+ 0.8.30
```
#### For Gradle, add to build.gradle:
-`compile 'io.github.woodser:monero-java:0.8.29'`
+`compile 'io.github.woodser:monero-java:0.8.30'`
#### If using RPC servers:
diff --git a/pom.xml b/pom.xml
index 8465fb83..d9b7921f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.github.woodser
monero-java
- 0.8.29
+ 0.8.30
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 04fa3520..f6b6cb97 100644
--- a/src/main/java/monero/common/MoneroUtils.java
+++ b/src/main/java/monero/common/MoneroUtils.java
@@ -38,7 +38,7 @@ public class MoneroUtils {
* @return the version of this monero-java library
*/
public static String getVersion() {
- return "0.8.29";
+ return "0.8.30";
}
/**