Skip to content

Commit

Permalink
New release: 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobernardino committed Jun 8, 2020
1 parent 0ab06d3 commit 658d3c0
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 @@ -13,7 +13,7 @@ Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and
### Gradle

``` groovy
implementation 'com.diogobernardino:williamchart:3.4.1'
implementation 'com.diogobernardino:williamchart:3.5.0'
```

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.4.1"
williamchartVersion = "3.5.0"
}

repositories {
Expand Down

0 comments on commit 658d3c0

Please sign in to comment.