From 8fa4f171d8a5a078f796fa03a611442c68275023 Mon Sep 17 00:00:00 2001 From: tonilopezmr Date: Tue, 17 Sep 2019 22:22:01 +0200 Subject: [PATCH] Release 0.1.1 --- README.md | 2 +- example/build.gradle | 4 ++-- plugin/build.gradle | 2 +- plugin/gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1fb9cb4..d67ae6c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ buildscript { } dependencies { - classpath 'com.github.karumi:hagu:0.1.0' + classpath 'com.github.karumi:hagu:0.1.1' } } diff --git a/example/build.gradle b/example/build.gradle index dfcc091..051c7ba 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -1,5 +1,5 @@ group 'com.karumi.hagu' -version '0.1.0' +version '0.1.1' buildscript { ext.kotlin_version = '1.3.50' @@ -10,7 +10,7 @@ buildscript { } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.github.karumi:hagu:0.1.0' + classpath 'com.github.karumi:hagu:0.1.1' } } diff --git a/plugin/build.gradle b/plugin/build.gradle index 4b98045..0874c29 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,5 +1,5 @@ group 'com.github.karumi' -version '0.1.0' +version '0.1.1' buildscript { ext.kotlin_version = '1.3.50' diff --git a/plugin/gradle.properties b/plugin/gradle.properties index 4f10880..3949584 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -2,5 +2,5 @@ POM_NAME=hagu POM_ARTIFACT_ID=hagu POM_PACKAGING=jar -VERSION_NAME=0.1.0 +VERSION_NAME=0.1.1 GROUP=com.github.karumi