Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading