diff --git a/README.md b/README.md index 5a886961..189c1d2b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ repositories { dependencies { - implementation("net.codinux.banking:fints4k:1.0.0-Alpha-11") + implementation("net.codinux.banking:fints4k:1.0.0-Alpha-13") } ``` diff --git a/build.gradle b/build.gradle index 8e9ad2cf..a83d7607 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // TODO: move to versions.gradle ext { - appVersionName = '1.0.0-Alpha-13-SNAPSHOT' + appVersionName = '1.0.0-Alpha-13' /* Test */