Skip to content

Commit a353cba

Browse files
committed
solution: update API definitions, release v0.15.0
1 parent 5b6f975 commit a353cba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Emerald API for Java
2-
:lib-version: 0.14.0
2+
:lib-version: 0.15.0
33

44
image:https://github.com/emeraldpay/emerald-java-client/workflows/Tests/badge.svg["Unit Tests"]
55
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"]
@@ -35,7 +35,7 @@ git commit api-definitions
3535

3636
== License
3737

38-
Copyright 2025 EmeraldPay Ltd
38+
Copyright 2026 EmeraldPay Ltd
3939

4040
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4141
You may obtain a copy of the License at

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
}
1818

1919
group = 'io.emeraldpay'
20-
version = '0.15.0-SNAPSHOT'
20+
version = '0.15.0'
2121

2222
repositories {
2323
mavenLocal()

0 commit comments

Comments
 (0)