We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f315a7 commit 1e2af03Copy full SHA for 1e2af03
2 files changed
README.adoc
@@ -1,5 +1,5 @@
1
= Emerald API for Java
2
-:lib-version: 0.11.0
+:lib-version: 0.13.0
3
4
image:https://github.com/emeraldpay/emerald-java-client/workflows/Tests/badge.svg["Unit Tests"]
5
image:https://img.shields.io/github/license/emeraldpay/emerald-java-client.svg?maxAge=2592000["License",link="https://github.com/emeraldpay/emerald-java-client/blob/master/LICENSE"]
build.gradle
@@ -17,7 +17,7 @@ allprojects {
17
}
18
19
group = 'io.emeraldpay'
20
- version = '0.13.0'
+ version = '0.14.0-SNAPSHOT'
21
22
repositories {
23
mavenLocal()
0 commit comments