Skip to content

Commit

Permalink
Release 3.13.0 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Dec 21, 2022
1 parent 99e6606 commit 10049e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```kotlin
plugins {
id("org.jmailen.kotlinter") version "3.12.0"
id("org.jmailen.kotlinter") version "3.13.0"
}
```

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

```groovy
plugins {
id "org.jmailen.kotlinter" version "3.12.0"
id "org.jmailen.kotlinter" version "3.13.0"
}
```

Expand All @@ -45,7 +45,7 @@ Root `build.gradle.kts`

```kotlin
plugins {
id("org.jmailen.kotlinter") version "3.12.0" apply false
id("org.jmailen.kotlinter") version "3.13.0" apply false
}
```

Expand All @@ -65,7 +65,7 @@ Root `build.gradle`

```groovy
plugins {
id 'org.jmailen.kotlinter' version "3.12.0" apply false
id 'org.jmailen.kotlinter' version "3.13.0" apply false
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -20,7 +20,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.12.0"
version = "3.13.0"
group = "org.jmailen.gradle"
description = projectDescription

Expand Down

0 comments on commit 10049e9

Please sign in to comment.