From d103bc6be8cec020c74073bb42b3e6571e38ec98 Mon Sep 17 00:00:00 2001 From: AJ Alt Date: Sat, 23 Jun 2018 21:25:52 +0100 Subject: [PATCH] Release version 1.3.0 --- CHANGELOG.md | 2 ++ README.md | 7 ++----- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18d69c90..3031c53a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [1.3.0] - 2018-06-23 ### Added - `defaultLazy` extension for options and arguments diff --git a/README.md b/README.md index 39400b734..0c3ffb06d 100755 --- a/README.md +++ b/README.md @@ -76,16 +76,13 @@ them with the included [`runsample` script](runsample). ## Installation -Clikt is distributed with +Clikt is distributed through Maven Central, [Jcenter](https://bintray.com/ajalt/maven/clikt) and [Jitpack](https://jitpack.io/#ajalt/clikt). -Make sure one either jcenter or jitpack is included in your repository -list, then you can add Clikt to your project: - ```groovy dependencies { - compile 'com.github.ajalt:clikt:1.2.0' + implementation 'com.github.ajalt:clikt:1.3.0' } ``` diff --git a/gradle.properties b/gradle.properties index 27ccd2236..68349ee20 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=1.2.0 +VERSION_NAME=1.3.0