From a8e24ba25c2dacda1f9e3a2f359d62a822104b7d Mon Sep 17 00:00:00 2001 From: Ihor Herasymenko <2904801+iherasymenko@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:24:23 -0500 Subject: [PATCH] Set version to 0.6 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed68488..71a7c4f 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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 { @@ -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 { diff --git a/build.gradle b/build.gradle index a7abb8f..e1ae1dd 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {