Skip to content

Commit

Permalink
Updated refs to the latest (0.4.0) release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko authored Feb 2, 2017
1 parent 62837b6 commit fe08e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ktlint
</h1>
<p align="center">
[![Build Status](https://travis-ci.org/shyiko/ktlint.svg?branch=master)](https://travis-ci.org/shyiko/ktlint) [![Maven Central](http://img.shields.io/badge/maven_central-0.3.1-blue.svg?style=flat)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko%22%20AND%20a%3A%22ktlint%22)
[![Build Status](https://travis-ci.org/shyiko/ktlint.svg?branch=master)](https://travis-ci.org/shyiko/ktlint) [![Maven Central](http://img.shields.io/badge/maven_central-0.4.0-blue.svg?style=flat)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko%22%20AND%20a%3A%22ktlint%22)

<p align="center">
[Kotlin](https://kotlinlang.org/) linter in spirit of <a href="https://github.com/feross/standard">feross/standard</a> (JavaScript) and <a href="https://golang.org/cmd/gofmt/">gofmt</a> (Go).
Expand Down Expand Up @@ -35,7 +35,7 @@ While this might sound extreme, keep in mind that `ktlint` tries to capture (ref
> Skip all the way to the "Integration" section if you don't plan to use `ktlint`'s command line interface.
```sh
curl -sL https://github.com/shyiko/ktlint/releases/download/0.3.1/ktlint > ktlint &&
curl -sL https://github.com/shyiko/ktlint/releases/download/0.4.0/ktlint > ktlint &&
chmod a+x ktlint
```

Expand Down Expand Up @@ -122,7 +122,7 @@ $ ktlint -R com.github.username:rulseset:master-SNAPSHOT
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>ktlint</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>
<!-- additional 3rd party ruleset(s) can be specified here -->
</dependencies>
Expand All @@ -147,7 +147,7 @@ configurations {
}
dependencies {
ktlint 'com.github.shyiko:ktlint:0.3.1'
ktlint 'com.github.shyiko:ktlint:0.4.0'
// additional 3rd party ruleset(s) can be specified here
// just add them to the classpath (ktlint 'groupId:artifactId:version') and
// ktlint will pick them up
Expand Down

0 comments on commit fe08e1d

Please sign in to comment.