File tree 3 files changed +5
-5
lines changed
src/main/java/monero/common
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ walletFull.close(true);
113
113
<dependency >
114
114
<groupId >io.github.monero-ecosystem</groupId >
115
115
<artifactId >monero-java</artifactId >
116
- <version >0.7.5 </version >
116
+ <version >0.7.6 </version >
117
117
</dependency >
118
118
```
119
119
120
120
#### For Gradle, add to build.gradle:
121
121
122
- ` compile 'io.github.monero-ecosystem:monero-java:0.7.5 ' `
122
+ ` compile 'io.github.monero-ecosystem:monero-java:0.7.6 ' `
123
123
124
124
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.
125
125
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.monero-ecosystem</groupId >
6
6
<artifactId >monero-java</artifactId >
7
- <version >0.7.5 </version >
7
+ <version >0.7.6 </version >
8
8
<name >Monero Java Library</name >
9
9
<description >A Java library for using Monero</description >
10
10
<url >https://github.com/monero-ecosystem/monero-java</url >
11
11
<properties >
12
12
<java-version >1.8</java-version >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<apachelog-version >2.11.0</apachelog-version >
15
- <jackson-version >2.13.1</jackson-version >
15
+ <jackson-version >[ 2.13.1, 2.13.2.2] </jackson-version >
16
16
<maven .test.skip>true</maven .test.skip>
17
17
</properties >
18
18
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class MoneroUtils {
40
40
* @return the version of this monero-java library
41
41
*/
42
42
static String getVersion () {
43
- return "0.7.5 " ;
43
+ return "0.7.6 " ;
44
44
}
45
45
46
46
public static final int RING_SIZE = 12 ; // network-enforced ring size
You can’t perform that action at this time.
0 commit comments