Skip to content

Commit

Permalink
Prepare patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaracha committed Sep 28, 2024
1 parent f658c12 commit adf923b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=de.infolektuell
version=0.2.0
version=0.2.1

0 comments on commit adf923b

Please sign in to comment.