From 40fe1c3f3871d024beb6feb886d29a138b2c797b Mon Sep 17 00:00:00 2001 From: Thijs Koppen Date: Sat, 2 Nov 2024 21:54:10 +0100 Subject: [PATCH] Release 0.0.3 checklist items --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index add1a42..c263d13 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ Examples given use Gradle's Kotlin DSL Add the KSP Gradle plugin to your build file ```kotlin plugins { - id("com.google.devtools.ksp") version "2.0.21-1.0.25" + id("com.google.devtools.ksp") version "2.0.21-1.0.26" } ``` Add this library to your build file and register it with KSP ```kotlin dependencies { - implementation("ch.icken:panache-kotlin-dsl:0.0.2") - ksp("ch.icken:panache-kotlin-dsl:0.0.2") + implementation("ch.icken:panache-kotlin-dsl:0.0.3") + ksp("ch.icken:panache-kotlin-dsl:0.0.3") } ``` Optionally configure the behavior diff --git a/gradle.properties b/gradle.properties index ffec92e..c87fe40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ groupId=ch.icken artifactId=panache-kotlin-dsl -version=0.0.2 +version=0.0.3 #https://github.com/quarkusio/quarkus Pinned, do not change # Minimum, because of https://osv.dev/vulnerability/GHSA-f8h5-v2vg-46rr