Skip to content

Commit

Permalink
Final bump to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka committed Apr 23, 2024
1 parent 8efe0ee commit a343af7
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.5'
implementation 'com.github.nanihadesuka:LazyColumnScrollbar:2.0.6'
}
```

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.5"
val versionName: String = "2.0.6"
val namespace = "my.nanihadesuka.lazycolumnscrollbar"
}

Expand Down

0 comments on commit a343af7

Please sign in to comment.