Skip to content

Commit

Permalink
Release version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Apr 27, 2024
1 parent b8e5925 commit 531b6dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog

## Unreleased
## 4.4.0
### Added
- Publish `linuxArm64` and `wasmJs` targets.

## 4.3.0
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 531b6dd

Please sign in to comment.