Skip to content

Commit a28953a

Browse files
committed
Release version 4.0.0
1 parent 59b4603 commit a28953a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c
6060

6161
```groovy
6262
dependencies {
63-
implementation("com.github.ajalt.clikt:clikt:3.5.4")
63+
implementation("com.github.ajalt.clikt:clikt:4.0.0")
6464
}
6565
```
6666

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=4.0.0-RC
1+
VERSION_NAME=4.0.0
22

33
# Silence the compile warning that MPP is experimental
44
kotlin.mpp.stability.nowarn=true

0 commit comments

Comments
 (0)