Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobras committed Feb 17, 2023
1 parent 2ab7b68 commit 905f9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation "com.github.jacobras:ComposeActionMenu:1.0.0"
implementation "com.github.jacobras:ComposeActionMenu:1.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion compose-action-menu/build.gradle
Expand Up @@ -45,7 +45,7 @@ afterEvaluate {

groupId = 'com.github.jacobras'
artifactId = 'composeactionmenu'
version = '1.0.0'
version = '1.1.0'
}
}
}
Expand Down

0 comments on commit 905f9c0

Please sign in to comment.