Skip to content

Commit

Permalink
chore: bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavallando committed Jun 18, 2024
1 parent 7f9ee8b commit 21bb8d5
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.7'
implementation 'com.commandbar.android:commandbar:1.0.8'
}
```

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.7")
coordinates("com.commandbar.android", "commandbar", "1.0.8")

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

0 comments on commit 21bb8d5

Please sign in to comment.