Skip to content

Commit 905f9c0

Browse files
committed
Bump version to 1.1.0
1 parent 2ab7b68 commit 905f9c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
maven { url "https://jitpack.io" }
2424
}
2525
dependencies {
26-
implementation "com.github.jacobras:ComposeActionMenu:1.0.0"
26+
implementation "com.github.jacobras:ComposeActionMenu:1.1.0"
2727
}
2828
```
2929

compose-action-menu/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ afterEvaluate {
4545

4646
groupId = 'com.github.jacobras'
4747
artifactId = 'composeactionmenu'
48-
version = '1.0.0'
48+
version = '1.1.0'
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)