Skip to content

Commit

Permalink
release/2.0.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglin0 authored Dec 2, 2024
1 parent d2aa324 commit 896ca1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This library will continue to be maintained until this is officially supported i

| `compose-shadow` | CMP | Kotlin |
|------------------|---------------|--------|
| 2.0.1 | 1.7.1 | 2.1.0 |
| 2.0.0 | 1.7.1 | 2.0.21 |
| 1.0.0 | 1.7.0-rc01 | 2.0.21 |

Expand Down
2 changes: 1 addition & 1 deletion compose-shadow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mavenPublishing {
coordinates(
groupId = "com.adamglin",
artifactId = "compose-shadow",
version = "2.0.0"
version = "2.0.1"
)
pom {
name.set("compose-shadow")
Expand Down

0 comments on commit 896ca1f

Please sign in to comment.