Skip to content

Commit

Permalink
bump version to v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Dec 29, 2021
1 parent 05b2ab8 commit b8af245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ walletFull.close(true);
<dependency>
<groupId>io.github.monero-ecosystem</groupId>
<artifactId>monero-java</artifactId>
<version>0.5.9</version>
<version>0.5.10</version>
</dependency>
```

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

`compile 'io.github.monero-ecosystem:monero-java:0.5.9'`
`compile 'io.github.monero-ecosystem:monero-java:0.5.10'`

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.

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 @@ -40,7 +40,7 @@ public class MoneroUtils {
* @return the version of this monero-java library
*/
static String getVersion() {
return "0.5.9";
return "0.5.10";
}

public static final int RING_SIZE = 12; // network-enforced ring size
Expand Down

0 comments on commit b8af245

Please sign in to comment.