Skip to content

Commit dd6c656

Browse files
committed
Bump version to 0.4.20
1 parent b0cfa2a commit dd6c656

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/ktlint.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,16 @@ You can use this same [uber jar from the releases page](https://github.com/mrman
3939

4040
## Supported versions matrix
4141

42-
| Version | Ktlint version | Kotlin (Syntax) |
43-
|----------|----------------|-----------------|
44-
| 0.4.18+ | 1.4.1 | 2.0.21 |
45-
| 0.4.17 | 1.4.0 | 2.0.21 |
46-
| 0.4.12+ | 1.3.1 | 2.0.20 |
47-
| 0.4.6+ | 1.3.1 | 2.0.0 |
48-
| 0.4.5 | 1.3.0 | 2.0.0 |
49-
| 0.3.12+ | 1.2.1 | 1.9.23 |
50-
| 0.3.9+ | 1.1.1 | 1.9.22 |
42+
| Version | Ktlint version | Kotlin (Syntax) |
43+
|---------|----------------|-----------------|
44+
| 0.4.21+ | 1.5.0 | 2.0.21 |
45+
| 0.4.18+ | 1.4.1 | 2.0.21 |
46+
| 0.4.17 | 1.4.0 | 2.0.21 |
47+
| 0.4.12+ | 1.3.1 | 2.0.20 |
48+
| 0.4.6+ | 1.3.1 | 2.0.0 |
49+
| 0.4.5 | 1.3.0 | 2.0.0 |
50+
| 0.3.12+ | 1.2.1 | 1.9.23 |
51+
| 0.3.9+ | 1.1.1 | 1.9.22 |
5152

5253
Older version support can be found in the [release notes](https://github.com/mrmans0n/compose-rules/releases).
5354

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.socketTimeout=240000
1111
SONATYPE_HOST=DEFAULT
1212
RELEASE_SIGNING_ENABLED=true
1313
GROUP=io.nlopez.compose.rules
14-
VERSION_NAME=0.4.20-SNAPSHOT
14+
VERSION_NAME=0.4.20
1515
POM_DESCRIPTION=Jetpack Compose Rules
1616
POM_INCEPTION_YEAR=2022
1717
POM_URL=https://github.com/mrmans0n/compose-rules/

0 commit comments

Comments
 (0)