From cc74da18c33a6f762fc8eaec6cec8db2e792a311 Mon Sep 17 00:00:00 2001 From: Inaki Villar Date: Tue, 21 Feb 2023 19:48:45 -0800 Subject: [PATCH] prepare new release --- README.md | 8 ++++---- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 766fad5..264490f 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.1" + id("io.github.cdsap.kotlinprocess") version "0.1.2" } ``` @@ -20,7 +20,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath("io.github.cdsap:infokotlinprocess:0.1.1") + classpath("io.github.cdsap:infokotlinprocess:0.1.2") } } @@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.kotlinprocess") Using the plugins DSL: ``` groovy plugins { - id "io.github.cdsap.kotlinprocess" version "0.1.1" + id "io.github.cdsap.kotlinprocess" version "0.1.2" } ``` @@ -43,7 +43,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath "io.github.cdsap:infokotlinprocess:0.1.1" + classpath "io.github.cdsap:infokotlinprocess:0.1.2" } } diff --git a/build.gradle.kts b/build.gradle.kts index b8bd410..d1e8e2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.cdsap" -version = "0.1.1" +version = "0.1.2" java { toolchain {