Skip to content

Commit ecc5e47

Browse files
Set the release version to 0.3.0
Also, update the readme references to 0.3.0.
1 parent bf68b6f commit ecc5e47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exonum-light-client/README.md

+3-3
Original file line numberDiff line numberDiff 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
```
4343
If 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

exonum-light-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)