diff --git a/README.md b/README.md index 99be9e1..d58cdbf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the dependency to your target module's `build.gradle.kts` file: ```kotlin dependencies { - implementation("io.github.flaringapp:ComposeCollapsingTopBar:2.1.0") + implementation("io.github.flaringapp:ComposeCollapsingTopBar:2.2.0") } ``` diff --git a/gradle.properties b/gradle.properties index 280516c..113fcc5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ signAllPublications=true GROUP=io.github.flaringapp POM_ARTIFACT_ID=ComposeCollapsingTopBar -VERSION_NAME=2.1.0 +VERSION_NAME=2.2.0 POM_NAME=ComposeCollapsingTopBar POM_DESCRIPTION=The ultimate collapsing toolbar library with dynamic sizing, different scroll modes, and extensive customization options