From fe08e1d63c600fbb5057400b7d14d374da867969 Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Wed, 1 Feb 2017 16:49:01 -0800 Subject: [PATCH] Updated refs to the latest (0.4.0) release --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 973def5123..732d7ff55b 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ktlint

-[![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)

[Kotlin](https://kotlinlang.org/) linter in spirit of feross/standard (JavaScript) and gofmt (Go). @@ -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 ``` @@ -122,7 +122,7 @@ $ ktlint -R com.github.username:rulseset:master-SNAPSHOT com.github.shyiko ktlint - 0.3.1 + 0.4.0 @@ -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