Skip to content

Commit

Permalink
Update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Mailen committed Nov 19, 2019
1 parent e9345c2 commit f8e5ffe
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 @@ -15,7 +15,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```kotlin
plugins {
id("org.jmailen.kotlinter") version "2.1.2"
id("org.jmailen.kotlinter") version "2.1.3"
}
```

Expand All @@ -26,7 +26,7 @@ plugins {

```groovy
plugins {
id "org.jmailen.kotlinter" version "2.1.2"
id "org.jmailen.kotlinter" version "2.1.3"
}
```

Expand All @@ -46,7 +46,7 @@ buildscript {
}
}
dependencies {
classpath("org.jmailen.gradle:kotlinter-gradle:2.1.2")
classpath("org.jmailen.gradle:kotlinter-gradle:2.1.3")
}
}
```
Expand All @@ -71,7 +71,7 @@ buildscript {
}
}
dependencies {
classpath "org.jmailen.gradle:kotlinter-gradle:2.1.2"
classpath "org.jmailen.gradle:kotlinter-gradle:2.1.3"
}
}
```
Expand Down

0 comments on commit f8e5ffe

Please sign in to comment.