From f3286cb1297dbe8dcb50f1b2dae6198e6ad67dee Mon Sep 17 00:00:00 2001 From: Thilo Schuchort Date: Sat, 19 Dec 2020 00:40:20 +0100 Subject: [PATCH] Release 1.3.3 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6d0d803..f617d007 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Add dependency to your module's `build.gradle` file: ```Groovy dependencies { // ... - implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.2' + implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.3' } ``` @@ -120,7 +120,7 @@ To test KSP processors, you need to use the KSP dependency: ```Groovy dependencies { - implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.2' + implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.3' } ``` diff --git a/gradle.properties b/gradle.properties index 1c8d2f65..b1a421b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ kotlin.code.style=official kotlin.incremental=false GROUP=com.github.tschuchortdev -VERSION_NAME=1.3.3-SNAPSHOT +VERSION_NAME=1.3.3 POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation. POM_INCEPTION_YEAR=2019 POM_URL=https\://github.com/tschuchortdev/kotlin-compile-testing