From 98260fbfbfbbf9b69ad5058823f399f0e07e1de7 Mon Sep 17 00:00:00 2001 From: dankito Date: Sat, 19 Oct 2024 21:27:26 +0200 Subject: [PATCH] Bumped verion to 0.7.1 --- README.md | 9 ++------- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a43252c9..fe5167b7 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,8 @@ not each project has the implement to model again. ### Gradle: ``` -plugins { - kotlin("jvm") version "2.0.10" // or kotlin("multiplatform"), depending on your requirements -} - - repositories { - mavenCentral() + // other repositories like mavenCentral(), ... maven { setUrl("https://maven.dankito.net/api/packages/codinux/maven") } @@ -26,7 +21,7 @@ repositories { dependencies { - implementation("net.codinux.banking.client:fints4k-banking-client:0.6.1") + implementation("net.codinux.banking.client:fints4k-banking-client:0.7.1") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index b4e38256..aac65ad9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ buildscript { allprojects { group = "net.codinux.banking.client" - version = "0.7.1-SNAPSHOT" + version = "0.7.1" repositories { mavenCentral()