From e6da645ca9bf993109f9dd8d123cb2522e16acb0 Mon Sep 17 00:00:00 2001 From: Nicklas Ansman Giertz Date: Wed, 26 May 2021 09:34:55 -0400 Subject: [PATCH] Prepare for release 2.5.0 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1de36d1c..73ef61cd 100644 --- a/README.md +++ b/README.md @@ -97,15 +97,15 @@ Limitations Download --- ```groovy -implementation "se.ansman.kotshi:api:2.4.0" -kapt "se.ansman.kotshi:compiler:2.4.0" +implementation "se.ansman.kotshi:api:2.5.0" +kapt "se.ansman.kotshi:compiler:2.5.0" ``` Snapshots of the development version are available in [jfrogs's snapshots repository](https://oss.jfrog.org/artifactory/oss-snapshot-local/se/ansman/kotshi/). License --- ```text -Copyright 2017-2020 Nicklas Ansman Giertz. +Copyright 2017-2021 Nicklas Ansman Giertz. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index c250a753..25773bfa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.5.0-SNAPSHOT +version=2.5.0 org.gradle.parallel=true kapt.include.compile.classpath=false kapt.incremental.apt=true