Skip to content

Commit

Permalink
Prepare release 3.11.0 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Jun 24, 2022
1 parent 1941025 commit 169ac89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
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.10.0"
id("org.jmailen.kotlinter") version "3.11.0"
}
```

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

```groovy
plugins {
id "org.jmailen.kotlinter" version "3.10.0"
id "org.jmailen.kotlinter" version "3.11.0"
}
```

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

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

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

```groovy
plugins {
id 'org.jmailen.kotlinter' version "3.10.0" apply false
id 'org.jmailen.kotlinter' version "3.11.0" apply false
}
```

Expand All @@ -83,7 +83,8 @@ plugins {

| kotlinter version | min kotlin version | max kotlin version | min gradle version |
|--------------------|--------------------|--------------------|--------------------|
| 3.10.0+ | 1.6.20 | - | 7.0 |
| 3.11.0+ | 1.7.0 | - | 7.0 |
| 3.10.0+ | 1.6.20 | 1.6.21 | 7.0 |
| 3.7.0+ | 1.5.31 | 1.6.10 | 7.0 |
| 3.5.0+ | 1.5.0 | 1.5.30 | 6.8 |
| 3.0.0+ | 1.4.0 | 1.4.30 | 6.8 |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
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.10.0"
version = "3.11.0"
group = "org.jmailen.gradle"
description = projectDescription

Expand Down

0 comments on commit 169ac89

Please sign in to comment.