Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Dec 2, 2022
1 parent b94d241 commit 44af8f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jlink java binary rather than the java binary discovered relative on the host.
```kotlin
plugins {
application
id("com.ryandens.jlink-application") version "0.1.0"
id("com.ryandens.jlink-application") version "0.2.0"
}

java {
Expand Down Expand Up @@ -59,7 +59,7 @@ the path. You must provide an image sha256 for the `java-base` container image y
```kotlin
plugins {
application
id("com.ryandens.jlink-jib") version "0.1.0"
id("com.ryandens.jlink-jib") version "0.2.0"
}

java {
Expand Down Expand Up @@ -96,7 +96,7 @@ build directory of the project.
```kotlin
plugins {
java
id("com.ryandens.jlink-jre") version "0.1.0"
id("com.ryandens.jlink-jre") version "0.2.0"
}

java {
Expand Down

0 comments on commit 44af8f5

Please sign in to comment.