Skip to content

Commit 9e45631

Browse files
committed
release 2.2.0
1 parent 95483cc commit 9e45631

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Maven:
3939
<dependency>
4040
<groupId>io.github.ebics-java</groupId>
4141
<artifactId>ebics-java-client</artifactId>
42-
<version>2.1.0</version>
42+
<version>2.2.0</version>
4343
</dependency>
4444
```
4545

4646
Gradle:
4747
```
4848
dependencies {
49-
implementation 'io.github.ebics-java:ebics-java-client:2.1.0'
49+
implementation 'io.github.ebics-java:ebics-java-client:2.2.0'
5050
}
5151
```
5252

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.ebics-java</groupId>
55
<artifactId>ebics-java-client</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.1.0</version>
7+
<version>2.2.0</version>
88
<name>EBICS Java Client</name>
99
<description>EBICS (Electronic Banking Internet Communication Standard) client library for Java.
1010
Supports EBICS 3.0 and French, German and Swiss banks, with a command line client for

0 commit comments

Comments
 (0)