From 708dc03673701245711ec445295e5653691ca46c Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 29 Nov 2022 18:27:36 -0800 Subject: [PATCH] Update to v0.6.0 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 784fab3..b05ca79 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index cac4a4b..ebf30be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=dev.romainguy -VERSION_NAME=0.5.0 +VERSION_NAME=0.6.0 SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true