Skip to content

Commit 9f8593f

Browse files
committed
Release version 3.0.0
1 parent ac76d64 commit 9f8593f

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
@@ -78,7 +78,7 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c
7878

7979
```groovy
8080
dependencies {
81-
implementation("com.github.ajalt.clikt:clikt:3.0.0-rc")
81+
implementation("com.github.ajalt.clikt:clikt:3.0.0")
8282
}
8383
```
8484

gradle.properties

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

33

44
kotlin.native.ignoreDisabledTargets=true

0 commit comments

Comments
 (0)