Skip to content

Commit bfaa586

Browse files
authored
Prepare release 0.3.1 (#91)
* bumping version to 0.3.1 for republishing * fixing version to indicate SNAPSHOT
1 parent 7f7e143 commit bfaa586

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.3.0 Full Cow release support
3+
## 0.3.1 Full Cow release support
44

55
See [milestone](https://github.com/proximax-storage/java-xpx-chain-sdk/milestone/3?closed=1) for fixed issues
66
* added support for missing end-points

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ProximaX Sirius Chain Java SDK is a Java library for interacting with the Si
1414

1515
## Use the library ##
1616

17-
Current version of the library is <b>0.3.0</b>
17+
Current version of the library is <b>0.3.1</b>
1818

1919
This library requires use of Java8. Library is published to [Maven Central](https://search.maven.org/). To include library and its dependencies, add following to your build script:
2020

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# repository group
22
group=io.proximax
33
# current version
4-
version=0.3.0
4+
version=0.3.1-SNAPSHOT

0 commit comments

Comments
 (0)