diff --git a/README.md b/README.md index bfd81f8f..bd970bc4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm ```kotlin plugins { - id("org.jmailen.kotlinter") version "2.3.1" + id("org.jmailen.kotlinter") version "2.3.2" } ``` @@ -28,7 +28,7 @@ plugins { ```groovy plugins { - id "org.jmailen.kotlinter" version "2.3.1" + id "org.jmailen.kotlinter" version "2.3.2" } ``` @@ -48,7 +48,7 @@ buildscript { } } dependencies { - classpath("org.jmailen.gradle:kotlinter-gradle:2.3.1") + classpath("org.jmailen.gradle:kotlinter-gradle:2.3.2") } } ``` @@ -73,7 +73,7 @@ buildscript { } } dependencies { - classpath "org.jmailen.gradle:kotlinter-gradle:2.3.1" + classpath "org.jmailen.gradle:kotlinter-gradle:2.3.2" } } ``` diff --git a/build.gradle.kts b/build.gradle.kts index ef36ae4b..6c18fce6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 = "2.3.1" +version = "2.3.2" group = "org.jmailen.gradle" description = projectDescription