Skip to content

Commit 658d3c0

Browse files
New release: 3.5.0.
1 parent 0ab06d3 commit 658d3c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and
1313
### Gradle
1414

1515
``` groovy
16-
implementation 'com.diogobernardino:williamchart:3.4.1'
16+
implementation 'com.diogobernardino:williamchart:3.5.0'
1717
```
1818

1919
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.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22

33
ext {
4-
williamchartVersion = "3.4.1"
4+
williamchartVersion = "3.5.0"
55
}
66

77
repositories {

0 commit comments

Comments
 (0)