Skip to content

Commit

Permalink
bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka authored May 6, 2024
1 parent 5406b96 commit 7273210
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 @@ -41,7 +41,7 @@ Add it to your app build.gradle

```groovy
dependencies {
implementation 'com.github.nanihadesuka:LazyColumnScrollbar:2.0.7'
implementation 'com.github.nanihadesuka:LazyColumnScrollbar:2.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

object MySettings {
val versionName: String = "2.0.7"
val versionName: String = "2.1.0"
val namespace = "my.nanihadesuka.lazycolumnscrollbar"
}

Expand Down

0 comments on commit 7273210

Please sign in to comment.