Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 23, 2018
1 parent e92cf65 commit d103bc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [1.3.0] - 2018-06-23
### Added
- `defaultLazy` extension for options and arguments

Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.github.ajalt
VERSION_NAME=1.2.0
VERSION_NAME=1.3.0

0 comments on commit d103bc6

Please sign in to comment.