Skip to content

Commit d103bc6

Browse files
committed
Release version 1.3.0
1 parent e92cf65 commit d103bc6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.3.0] - 2018-06-23
46
### Added
57
- `defaultLazy` extension for options and arguments
68

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,13 @@ them with the included [`runsample` script](runsample).
7676

7777
## Installation
7878

79-
Clikt is distributed with
79+
Clikt is distributed through Maven Central,
8080
[Jcenter](https://bintray.com/ajalt/maven/clikt) and
8181
[Jitpack](https://jitpack.io/#ajalt/clikt).
8282

83-
Make sure one either jcenter or jitpack is included in your repository
84-
list, then you can add Clikt to your project:
85-
8683
```groovy
8784
dependencies {
88-
compile 'com.github.ajalt:clikt:1.2.0'
85+
implementation 'com.github.ajalt:clikt:1.3.0'
8986
}
9087
```
9188

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GROUP=com.github.ajalt
2-
VERSION_NAME=1.2.0
2+
VERSION_NAME=1.3.0

0 commit comments

Comments
 (0)