From 10bdbfb5205007f5e04d50ffef135afea66a441f Mon Sep 17 00:00:00 2001 From: Nicklas Ansman Date: Mon, 10 Jul 2023 09:21:52 -0400 Subject: [PATCH] Prepare for release 2.12.0 --- README.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f98922..4304089 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Examples: } dependencies { - val kotshiVersion = "2.11.4" + val kotshiVersion = "2.12.0" implementation("se.ansman.kotshi:api:$kotshiVersion") ksp("se.ansman.kotshi:compiler:$kotshiVersion") } @@ -239,7 +239,7 @@ Examples: } dependencies { - val kotshiVersion = "2.11.4" + val kotshiVersion = "2.12.0" implementation("se.ansman.kotshi:api:$kotshiVersion") kapt("se.ansman.kotshi:compiler:$kotshiVersion") } @@ -255,7 +255,7 @@ Examples: } dependencies { - def kotshiVersion = "2.11.4" + def kotshiVersion = "2.12.0" implementation "se.ansman.kotshi:api:$kotshiVersion" ksp "se.ansman.kotshi:compiler:$kotshiVersion" } @@ -271,7 +271,7 @@ Examples: } dependencies { - def kotshiVersion = "2.11.4" + def kotshiVersion = "2.12.0" implementation "se.ansman.kotshi:api:$kotshiVersion" kapt "se.ansman.kotshi:compiler:$kotshiVersion" } diff --git a/gradle.properties b/gradle.properties index 5b3048d..01dfb07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.12.0-SNAPSHOT +version=2.12.0 kapt.include.compile.classpath=false kapt.incremental.apt=true