Skip to content

Commit

Permalink
Release 4.1.1 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymailen authored Dec 28, 2023
1 parent 5421456 commit 707c219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 "4.1.0"
id("org.jmailen.kotlinter") version "4.1.1"
}
```

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

```groovy
plugins {
id "org.jmailen.kotlinter" version "4.1.0"
id "org.jmailen.kotlinter" version "4.1.1"
}
```

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

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

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

```groovy
plugins {
id 'org.jmailen.kotlinter' version "4.1.0" apply false
id 'org.jmailen.kotlinter' version "4.1.1" apply false
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.gradle.plugin-publish") version "1.1.0"
`java-gradle-plugin`
`maven-publish`
id("org.jmailen.kotlinter") version "4.0.1"
id("org.jmailen.kotlinter") version "4.1.0"
idea
}

Expand All @@ -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 = "4.1.0"
version = "4.1.1"
group = "org.jmailen.gradle"
description = projectDescription

Expand Down

0 comments on commit 707c219

Please sign in to comment.