From 531b6dd6bac4219a2ea604474fb7d3c694b85347 Mon Sep 17 00:00:00 2001 From: AJ Date: Sat, 27 Apr 2024 12:42:13 -0700 Subject: [PATCH] Release version 4.4.0 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe1a9d4..a8197eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Unreleased +## 4.4.0 +### Added +- Publish `linuxArm64` and `wasmJs` targets. ## 4.3.0 ### Added diff --git a/README.md b/README.md index 1f393206..dac32fd9 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ them with the included [`runsample` script](runsample). Clikt is distributed through [Maven Central](https://search.maven.org/artifact/com.github.ajalt.clikt/clikt). -```groovy +```kotlin dependencies { - implementation("com.github.ajalt.clikt:clikt:4.3.0") + implementation("com.github.ajalt.clikt:clikt:4.4.0") } ``` diff --git a/gradle.properties b/gradle.properties index 6f39ea45..3e983ee0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=4.3.0 +VERSION_NAME=4.4.0 # Silence the compile warning that MPP is experimental kotlin.mpp.stability.nowarn=true