From 898f409ff925443000eaecf54435ba44f3ddf05a Mon Sep 17 00:00:00 2001 From: Inaki Villar Date: Fri, 9 Jun 2023 17:25:54 -0700 Subject: [PATCH] release 0.1.5 --- README.md | 8 ++++---- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 169f407..1a5942e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Apply the plugin in the main `build.gradle(.kts)` configuration file: Using the plugins DSL: ``` groovy plugins { - id("io.github.cdsap.kotlinprocess") version "0.1.4" + id("io.github.cdsap.kotlinprocess") version "0.1.5" } ``` @@ -20,7 +20,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath("io.github.cdsap:infokotlinprocess:0.1.4") + classpath("io.github.cdsap:infokotlinprocess:0.1.5") } } @@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.kotlinprocess") Using the plugins DSL: ``` groovy plugins { - id "io.github.cdsap.kotlinprocess" version "0.1.4" + id "io.github.cdsap.kotlinprocess" version "0.1.5" } ``` @@ -43,7 +43,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath "io.github.cdsap:infokotlinprocess:0.1.4" + classpath "io.github.cdsap:infokotlinprocess:0.1.5" } } diff --git a/build.gradle.kts b/build.gradle.kts index 02391b4..ae22068 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.cdsap" -version = "0.1.4" +version = "0.1.5" java { toolchain {