Skip to content

Commit

Permalink
Set version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iherasymenko committed Nov 29, 2023
1 parent 9c11a52 commit a8e24ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If used together with `application` plugin, the plugin will infer the `mainModul
```groovy
plugins {
id 'application'
id 'com.github.iherasymenko.jlink' version '0.5'
id 'com.github.iherasymenko.jlink' version '0.6'
}
application {
Expand All @@ -42,7 +42,7 @@ application {
```groovy
plugins {
id 'java'
id 'com.github.iherasymenko.jlink' version '0.5'
id 'com.github.iherasymenko.jlink' version '0.6'
}
jlinkApplication {
Expand Down Expand Up @@ -101,7 +101,7 @@ Below is an example of how to configure the plugin to use [Azul Zulu OpenJDK](ht
```groovy
plugins {
id 'application'
id 'com.github.iherasymenko.jlink' version '0.5'
id 'com.github.iherasymenko.jlink' version '0.6'
}
application {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'com.gradle.plugin-publish' version '1.2.1'
}

version = '0.5'
version = '0.6'
group = 'com.github.iherasymenko.jlink'

dependencies {
Expand Down

0 comments on commit a8e24ba

Please sign in to comment.