From e00f2f53536ab1de767e2a9cb025e218d598301b Mon Sep 17 00:00:00 2001 From: Baptiste Candellier Date: Tue, 6 Dec 2022 10:23:16 +0100 Subject: [PATCH] release(0.0.5) --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf5329e..9d47b85 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ dependencies { // Remove this: // kapt("com.github.stephanenicolas.toothpick:toothpick-compiler:...") - ksp("fr.outadoc.toothpick-ksp:compiler:0.0.5") + ksp("fr.outadoc.toothpick-ksp:compiler:0.0.6") } ksp { diff --git a/gradle.properties b/gradle.properties index e3a4e35..6c3d49f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=fr.outadoc.toothpick-ksp -VERSION_NAME=0.0.5 +VERSION_NAME=0.0.6 POM_PACKAGING=JAR