Skip to content

Commit

Permalink
chore: bump version to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavallando committed Aug 15, 2024
1 parent f270cb8 commit a2e1410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}
dependencies {
implementation 'com.commandbar.android:commandbar:1.0.9'
implementation 'com.commandbar.android:commandbar:1.0.10'
}
```

Expand Down
2 changes: 1 addition & 1 deletion commandbar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mavenPublishing {

signAllPublications()

coordinates("com.commandbar.android", "commandbar", "1.0.9")
coordinates("com.commandbar.android", "commandbar", "1.0.10")

pom {
name.set("CommandBarAndroid")
Expand Down

0 comments on commit a2e1410

Please sign in to comment.