From ac0a13b80d86d9c45ae6e92d7585c04aec796648 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Aug 2022 12:40:54 +0000 Subject: [PATCH] Upadate version to 0.0.2 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4446366..c12aedb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add this to your module gradle configuration: ```kotlin dependencies { - detektPlugins("com.braisgabin.detekt:kotlin-compiler-wrapper:0.0.1") + detektPlugins("com.braisgabin.detekt:kotlin-compiler-wrapper:0.0.2") } ``` diff --git a/gradle.properties b/gradle.properties index c9db933..de1dd19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ SONATYPE_HOST=DEFAULT GROUP=com.braisgabin.detekt POM_ARTIFACT_ID=kotlin-compiler-wrapper -VERSION_NAME=0.0.1 +VERSION_NAME=0.0.2 POM_NAME=Detekt Compiler Rules POM_DESCRIPTION=Detekt rules to wrap the Kotlin compiler messages