From af916a0bcd18d4313c23829dc393b818ad5e6984 Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Tue, 30 May 2017 21:05:53 -0700 Subject: [PATCH] Updated refs to latest (0.8.1) release --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 208560f567..c896832057 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Build Status -Maven Central +Maven Central

@@ -44,7 +44,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 -sSLO https://github.com/shyiko/ktlint/releases/download/0.8.0/ktlint && +curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.8.1/ktlint && chmod a+x ktlint ``` @@ -123,7 +123,7 @@ $ ktlint -F "src/**/*.kt" com.github.shyiko ktlint - 0.8.0 + 0.8.1 @@ -150,7 +150,7 @@ configurations { } dependencies { - ktlint 'com.github.shyiko:ktlint:0.8.0' + ktlint 'com.github.shyiko:ktlint:0.8.1' // 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 @@ -190,7 +190,7 @@ You might also want to take a look at [diffplug/spotless](https://github.com/dif ##### Option #1 (recommended) ```sh -curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.8.0/ktlint-intellij-idea-integration +curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.8.1/ktlint-intellij-idea-integration chmod a+x ktlint-intellij-idea-integration # you can also download ktlint-intellij-idea-integration manually from # https://github.com/shyiko/ktlint/releases