Skip to content

Commit

Permalink
Release 3.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobernardino committed Nov 23, 2020
1 parent 2105c66 commit c56e331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and

``` groovy
// Charts
implementation 'com.diogobernardino:williamchart:3.9.0'
implementation 'com.diogobernardino:williamchart:3.9.1'
// Tooltips
implementation 'com.diogobernardino.williamchart:tooltip-slider:3.9.0'
implementation 'com.diogobernardino.williamchart:tooltip-points:3.9.0'
implementation 'com.diogobernardino.williamchart:tooltip-slider:3.9.1'
implementation 'com.diogobernardino.williamchart:tooltip-points:3.9.1'
```

If you find this library useful and decide to use it in your projects please drop me a line [@dfbernardino][1], I will be happy to know about it.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {

ext {
williamchartVersion = "3.9.0"
williamchartVersion = "3.9.1"
targetSdkVersion = 30
minSdkVersion = 16
kotlinVersion = "1.4.10"
Expand Down

0 comments on commit c56e331

Please sign in to comment.