File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ If you are using Maven, add this to your _pom.xml_ file
37
37
<dependency >
38
38
<groupId >com.exonum.client</groupId >
39
39
<artifactId >exonum-light-client</artifactId >
40
- <version >0.2 .0</version >
40
+ <version >0.3 .0</version >
41
41
</dependency >
42
42
```
43
43
If you are using Gradle, add this to your dependencies
44
44
``` Groovy
45
- compile 'com.exonum.client:exonum-light-client:0.2 .0'
45
+ compile 'com.exonum.client:exonum-light-client:0.3 .0'
46
46
```
47
47
48
48
## Examples
@@ -138,4 +138,4 @@ Apache 2.0 - see [LICENSE](../LICENSE) for more information.
138
138
[ protobuf ] : https://developers.google.com/protocol-buffers/docs/proto3
139
139
[ standard-serializers ] : https://exonum.com/doc/api/java-binding/0.7.0/com/exonum/binding/common/serialization/StandardSerializers.html
140
140
[ send-tx-it ] : ./src/test/java/com/exonum/client/ExonumHttpClientIntegrationTest.java
141
- [ exonum-client ] : https://exonum.com/doc/api/java-light-client/0.2 .0/com/exonum/client/ExonumClient.html
141
+ [ exonum-client ] : https://exonum.com/doc/api/java-light-client/0.3 .0/com/exonum/client/ExonumClient.html
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.exonum.client</groupId >
6
6
<artifactId >exonum-light-client</artifactId >
7
- <version >0.3.0-SNAPSHOT </version >
7
+ <version >0.3.0</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Exonum Java Light Client</name >
You can’t perform that action at this time.
0 commit comments