diff --git a/docs/ktlint.md b/docs/ktlint.md index 50d09173..3e44c3fa 100644 --- a/docs/ktlint.md +++ b/docs/ktlint.md @@ -39,15 +39,16 @@ You can use this same [uber jar from the releases page](https://github.com/mrman ## Supported versions matrix -| Version | Ktlint version | Kotlin (Syntax) | -|----------|----------------|-----------------| -| 0.4.18+ | 1.4.1 | 2.0.21 | -| 0.4.17 | 1.4.0 | 2.0.21 | -| 0.4.12+ | 1.3.1 | 2.0.20 | -| 0.4.6+ | 1.3.1 | 2.0.0 | -| 0.4.5 | 1.3.0 | 2.0.0 | -| 0.3.12+ | 1.2.1 | 1.9.23 | -| 0.3.9+ | 1.1.1 | 1.9.22 | +| Version | Ktlint version | Kotlin (Syntax) | +|---------|----------------|-----------------| +| 0.4.21+ | 1.5.0 | 2.0.21 | +| 0.4.18+ | 1.4.1 | 2.0.21 | +| 0.4.17 | 1.4.0 | 2.0.21 | +| 0.4.12+ | 1.3.1 | 2.0.20 | +| 0.4.6+ | 1.3.1 | 2.0.0 | +| 0.4.5 | 1.3.0 | 2.0.0 | +| 0.3.12+ | 1.2.1 | 1.9.23 | +| 0.3.9+ | 1.1.1 | 1.9.22 | Older version support can be found in the [release notes](https://github.com/mrmans0n/compose-rules/releases). diff --git a/gradle.properties b/gradle.properties index 384e2007..8e352e56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.socketTimeout=240000 SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true GROUP=io.nlopez.compose.rules -VERSION_NAME=0.4.20-SNAPSHOT +VERSION_NAME=0.4.20 POM_DESCRIPTION=Jetpack Compose Rules POM_INCEPTION_YEAR=2022 POM_URL=https://github.com/mrmans0n/compose-rules/