From adf923bbf78167b5e589f5cab68a28ccb7282ee7 Mon Sep 17 00:00:00 2001 From: Tamara Cook <10754072+tamaracha@users.noreply.github.com> Date: Sat, 28 Sep 2024 08:46:32 +0200 Subject: [PATCH] Prepare patch release --- README.md | 10 +++++----- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 84d0328..d7d6281 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In _build.gradle.kts_: ```gradle kotlin dsl plugins { id("application") - id("de.infolektuell.jextract") version "0.2.0" + id("de.infolektuell.jextract") version "0.2.1" } jextract.libraries { @@ -64,7 +64,7 @@ Instead of using an arg file, included symbols can also be configured directly i ```gradle kotlin dsl plugins { id("application") - id("de.infolektuell.jextract") version "0.2.0" + id("de.infolektuell.jextract") version "0.2.1" } jextract.libraries { @@ -92,7 +92,7 @@ The extension offers a property to select a version without relying on a Java pl ```gradle kotlin dsl plugins { - id("de.infolektuell.jextract") version "0.2.0" + id("de.infolektuell.jextract") version "0.2.1" } jextract { @@ -111,7 +111,7 @@ Instead of downloading Jextract, a local installation directory can be configure ```gradle kotlin dsl plugins { - id("de.infolektuell.jextract") version "0.2.0" + id("de.infolektuell.jextract") version "0.2.1" } jextract { @@ -134,7 +134,7 @@ The plugin implements its own decision logic to select apropriate values dependi import de.infolektuell.gradle.jextract.tasks.DownloadTask plugins { - id("de.infolektuell.jextract") version "0.2.0" + id("de.infolektuell.jextract") version "0.2.1" } tasks.withType(DownloadTask::class).configureEach { diff --git a/gradle.properties b/gradle.properties index 84f3a91..88f0dbf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=de.infolektuell -version=0.2.0 +version=0.2.1