Skip to content

Commit 00f7ba5

Browse files
authored
Update EBICS version and release
1 parent 2047690 commit 00f7ba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can use the `EbicsClient` as command line tool or use it from your Java appl
77

88
Features:
99

10-
- EBICS 2.5 (EBICS 3.0 coming soon)
10+
- EBICS 3.0
1111
- Support for French, German and Swiss banks
1212
- Command line client to do the setup, initialization and to download files from the bank
1313
- Tested extensively with [ZKB](https://zkb.ch)
@@ -28,7 +28,7 @@ allprojects {
2828
}
2929
3030
dependencies {
31-
implementation 'com.github.ebics-java:ebics-java-client:1.3'
31+
implementation 'com.github.ebics-java:ebics-java-client:2.0.0'
3232
}
3333
```
3434
Maven
@@ -43,7 +43,7 @@ Maven
4343
<dependency>
4444
<groupId>com.github.ebics-java</groupId>
4545
<artifactId>ebics-java-client</artifactId>
46-
<version>1.3</version>
46+
<version>2.0.0</version>
4747
</dependency>
4848
```
4949

0 commit comments

Comments
 (0)