We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d2431 commit 39904b7Copy full SHA for 39904b7
README.md
@@ -29,7 +29,7 @@ A web demo is available at https://jacobras.github.io/ComposeActionMenu/.
29
30
```kotlin
31
dependencies {
32
- implementation("nl.jacobras:compose-action-menu:3.0.0")
+ implementation("nl.jacobras:compose-action-menu:3.0.1")
33
}
34
```
35
compose-action-menu/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
12
group = "nl.jacobras"
13
-version = "3.0.0"
+version = "3.0.1"
14
15
mavenPublishing {
16
publishToMavenCentral(SonatypeHost.S01, true)
0 commit comments