We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab7b68 commit 905f9c0Copy full SHA for 905f9c0
2 files changed
README.md
@@ -23,7 +23,7 @@ repositories {
23
maven { url "https://jitpack.io" }
24
}
25
dependencies {
26
- implementation "com.github.jacobras:ComposeActionMenu:1.0.0"
+ implementation "com.github.jacobras:ComposeActionMenu:1.1.0"
27
28
```
29
compose-action-menu/build.gradle
@@ -45,7 +45,7 @@ afterEvaluate {
45
46
groupId = 'com.github.jacobras'
47
artifactId = 'composeactionmenu'
48
- version = '1.0.0'
+ version = '1.1.0'
49
50
51
0 commit comments