From c8044f292112d82cd44873bfe563b4db6b72c1ed Mon Sep 17 00:00:00 2001 From: AJ Date: Sun, 26 Feb 2023 11:59:43 -0800 Subject: [PATCH] Release version 3.5.2 --- CHANGELOG.md | 2 +- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e28bc70..8efa92a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.5.2 ### Changed - Updated Kotlin to 1.8.10 - diff --git a/README.md b/README.md index def69a45c..aa522caa1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c ```groovy dependencies { - implementation("com.github.ajalt.clikt:clikt:3.5.1") + implementation("com.github.ajalt.clikt:clikt:3.5.2") } ``` diff --git a/gradle.properties b/gradle.properties index d99b52e3b..d01e366f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.5.1 +VERSION_NAME=3.5.2 kotlin.native.ignoreDisabledTargets=true