Skip to content

Commit

Permalink
Push 3.4.1 release (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymailen authored Apr 28, 2021
1 parent 21b8d4a commit f491f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```kotlin
plugins {
id("org.jmailen.kotlinter") version "3.4.0"
id("org.jmailen.kotlinter") version "3.4.1"
}
```

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

```groovy
plugins {
id "org.jmailen.kotlinter" version "3.4.0"
id "org.jmailen.kotlinter" version "3.4.1"
}
```

Expand All @@ -50,7 +50,7 @@ buildscript {
}
}
dependencies {
classpath("org.jmailen.gradle:kotlinter-gradle:3.4.0")
classpath("org.jmailen.gradle:kotlinter-gradle:3.4.1")
}
}
```
Expand All @@ -75,7 +75,7 @@ buildscript {
}
}
dependencies {
classpath "org.jmailen.gradle:kotlinter-gradle:3.4.0"
classpath "org.jmailen.gradle:kotlinter-gradle:3.4.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val githubUrl ="https://github.com/jeremymailen/kotlinter-gradle"
val webUrl = "https://github.com/jeremymailen/kotlinter-gradle"
val projectDescription = "Lint and formatting for Kotlin using ktlint with configuration-free setup on JVM and Android projects"

version = "3.4.0"
version = "3.4.1"
group = "org.jmailen.gradle"
description = projectDescription

Expand Down

0 comments on commit f491f4b

Please sign in to comment.