File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
3737<dependency >
3838 <groupId >com.exonum.client</groupId >
3939 <artifactId >exonum-light-client</artifactId >
40- <version >0.2 .0</version >
40+ <version >0.3 .0</version >
4141</dependency >
4242```
4343If you are using Gradle, add this to your dependencies
4444``` Groovy
45- compile 'com.exonum.client:exonum-light-client:0.2 .0'
45+ compile 'com.exonum.client:exonum-light-client:0.3 .0'
4646```
4747
4848## Examples
@@ -138,4 +138,4 @@ Apache 2.0 - see [LICENSE](../LICENSE) for more information.
138138[ protobuf ] : https://developers.google.com/protocol-buffers/docs/proto3
139139[ standard-serializers ] : https://exonum.com/doc/api/java-binding/0.7.0/com/exonum/binding/common/serialization/StandardSerializers.html
140140[ 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 44
55 <groupId >com.exonum.client</groupId >
66 <artifactId >exonum-light-client</artifactId >
7- <version >0.3.0-SNAPSHOT </version >
7+ <version >0.3.0</version >
88 <packaging >jar</packaging >
99
1010 <name >Exonum Java Light Client</name >
You can’t perform that action at this time.
0 commit comments