Skip to content

Commit

Permalink
bump version to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 23, 2020
1 parent e25bd68 commit c650c77
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 @@ -106,13 +106,13 @@ walletJni.close(true);
<dependency>
<groupId>io.github.monero-ecosystem</groupId>
<artifactId>monero-java</artifactId>
<version>0.3.4</version>
<version>0.3.5</version>
</dependency>
```

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

`compile 'io.github.monero-ecosystem:monero-java:0.3.4'`
`compile 'io.github.monero-ecosystem:monero-java:0.3.5'`

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 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.monero-ecosystem</groupId>
<artifactId>monero-java</artifactId>
<version>0.3.4</version>
<version>0.3.5</version>
<name>Monero Java Library</name>
<description>A Java library for using Monero</description>
<url>https://github.com/monero-ecosystem/monero-java</url>
Expand Down

0 comments on commit c650c77

Please sign in to comment.