@@ -24,7 +24,7 @@ The following table shows versions compatibility:
2424
2525| Light Client | Exonum | Exonum Java |
2626| --------------| --------| -------------|
27- | 0.4.0-SNAPSHOT | 0.12.* | 0.8.0 |
27+ | 0.4.0 | 0.12.* | 0.8.0 |
2828| 0.3.0 | 0.11.* | 0.6.0-0.7.0 |
2929| 0.2.0 | 0.11.* | 0.6.0 |
3030| 0.1.0 | 0.10.* | 0.4 |
@@ -39,12 +39,12 @@ If you are using Maven, add this to your _pom.xml_ file
3939<dependency >
4040 <groupId >com.exonum.client</groupId >
4141 <artifactId >exonum-light-client</artifactId >
42- <version >0.3 .0</version >
42+ <version >0.4 .0</version >
4343</dependency >
4444```
4545If you are using Gradle, add this to your dependencies
4646``` Groovy
47- compile 'com.exonum.client:exonum-light-client:0.3 .0'
47+ compile 'com.exonum.client:exonum-light-client:0.4 .0'
4848```
4949
5050## Examples
@@ -135,9 +135,9 @@ which is required for the client.
135135Apache 2.0 - see [ LICENSE] ( ../LICENSE ) for more information.
136136
137137[ exonum ] : https://github.com/exonum/exonum
138- [ ejb-documentation ] : https://exonum.com/doc/api/java-binding/0.7 .0/index.html
139- [ exonum-tx-message-builder ] : https://exonum.com/doc/api/java-binding/0.7 .0/com/exonum/binding/common/message/TransactionMessage.Builder.html
138+ [ ejb-documentation ] : https://exonum.com/doc/api/java-binding/0.8 .0/index.html
139+ [ exonum-tx-message-builder ] : https://exonum.com/doc/api/java-binding/0.8 .0/com/exonum/binding/common/message/TransactionMessage.Builder.html
140140[ protobuf ] : https://developers.google.com/protocol-buffers/docs/proto3
141- [ standard-serializers ] : https://exonum.com/doc/api/java-binding/0.7 .0/com/exonum/binding/common/serialization/StandardSerializers.html
141+ [ standard-serializers ] : https://exonum.com/doc/api/java-binding/0.8 .0/com/exonum/binding/common/serialization/StandardSerializers.html
142142[ send-tx-it ] : ./src/test/java/com/exonum/client/ExonumHttpClientIntegrationTest.java
143- [ exonum-client ] : https://exonum.com/doc/api/java-light-client/0.3 .0/com/exonum/client/ExonumClient.html
143+ [ exonum-client ] : https://exonum.com/doc/api/java-light-client/0.4 .0/com/exonum/client/ExonumClient.html
0 commit comments