Skip to content

Commit

Permalink
Update to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Nov 30, 2022
1 parent 13d04a9 commit 708dc03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ repositories {
dependencies {
// Use this library and BasicTextFlow() if you don't want a dependency on material3
implementation 'dev.romainguy:combo-breaker:0.5.0'
implementation 'dev.romainguy:combo-breaker:0.6.0'
// Use this library and TextFlow() if you use material3
implementation 'dev.romainguy:combo-breaker-material3:0.5.0'
implementation 'dev.romainguy:combo-breaker-material3:0.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=dev.romainguy
VERSION_NAME=0.5.0
VERSION_NAME=0.6.0

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit 708dc03

Please sign in to comment.