Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 81a943f

Browse files
authored
Release/v2.0.4 (#52)
1 parent fe18972 commit 81a943f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ This library will continue to be maintained until this is officially supported i
1010

1111
## Versions
1212

13-
| `compose-shadow` | CMP | Kotlin |
14-
|------------------|---------------|--------|
15-
| 2.0.3 | 1.7.3 | 2.1.10 |
16-
| 2.0.1 | 1.7.1 | 2.1.0 |
17-
| 2.0.0 | 1.7.1 | 2.0.21 |
18-
| 1.0.0 | 1.7.0-rc01 | 2.0.21 |
13+
| `compose-shadow` | CMP | Kotlin |
14+
|------------------|------------|--------|
15+
| 2.0.4 | 1.8.1 | 2.1.21 |
16+
| 2.0.3 | 1.7.3 | 2.1.10 |
17+
| 2.0.1 | 1.7.1 | 2.1.0 |
18+
| 2.0.0 | 1.7.1 | 2.0.21 |
19+
| 1.0.0 | 1.7.0-rc01 | 2.0.21 |
1920

2021
## Installation
2122

compose-shadow/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ mavenPublishing {
9797
coordinates(
9898
groupId = "com.adamglin",
9999
artifactId = "compose-shadow",
100-
version = "2.0.3"
100+
version = "2.0.4"
101101
)
102102
pom {
103103
name.set("compose-shadow")

0 commit comments

Comments
 (0)