Skip to content

Commit

Permalink
bump version to 0.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Apr 7, 2024
1 parent a69c43e commit fce8ae6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ walletFull.close(true);
<dependency>
<groupId>io.github.woodser</groupId>
<artifactId>monero-java</artifactId>
<version>0.8.21</version>
<version>0.8.22</version>
</dependency>
```

#### For Gradle, add to build.gradle:

`compile 'io.github.woodser:monero-java:0.8.21'`
`compile 'io.github.woodser:monero-java:0.8.22'`

#### If using RPC servers:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.woodser</groupId>
<artifactId>monero-java</artifactId>
<version>0.8.21</version>
<version>0.8.22</version>
<name>Monero Java Library</name>
<description>A Java library for using Monero</description>
<url>https://github.com/woodser/monero-java</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/monero/common/MoneroUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class MoneroUtils {
* @return the version of this monero-java library
*/
public static String getVersion() {
return "0.8.21";
return "0.8.22";
}

// try to load jni bindings
Expand Down

0 comments on commit fce8ae6

Please sign in to comment.