Skip to content

Commit

Permalink
Upgrade to v1.4.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
tankery authored Aug 6, 2022
1 parent a88e09d commit ba1e38f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v1.4.1

Add new method for apply custom Paint. Thanks [@ttpho's PR](https://github.com/tankery/CircularSeekBar/pull/50).

## v1.4.0

Migrate library source code to Kotlin. Thanks [@jonathan-livly's PR](https://github.com/tankery/CircularSeekBar/pull/45).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ I made it build on Android Studio (Gradle), then fix & add more features to the

``` Gradle
dependencies {
implementation 'me.tankery.lib:circularSeekBar:1.4.0'
implementation 'me.tankery.lib:circularSeekBar:1.4.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# org.gradle.parallel=true

GROUP=me.tankery.lib
VERSION_NAME=1.4.0
VERSION_NAME=1.4.1

POM_DESCRIPTION=Android CircularSeekBar view/widget

Expand Down

0 comments on commit ba1e38f

Please sign in to comment.