Skip to content

Commit 39904b7

Browse files
committed
Bump version to 3.0.1
1 parent 58d2431 commit 39904b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A web demo is available at https://jacobras.github.io/ComposeActionMenu/.
2929

3030
```kotlin
3131
dependencies {
32-
implementation("nl.jacobras:compose-action-menu:3.0.0")
32+
implementation("nl.jacobras:compose-action-menu:3.0.1")
3333
}
3434
```
3535

compose-action-menu/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "nl.jacobras"
13-
version = "3.0.0"
13+
version = "3.0.1"
1414

1515
mavenPublishing {
1616
publishToMavenCentral(SonatypeHost.S01, true)

0 commit comments

Comments
 (0)