Skip to content

Commit cd7cbb8

Browse files
committed
updates prepping for 1.4.1 release
1 parent 2d3c217 commit cd7cbb8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use the library in your gradle project add the following to your build.gradle
1414

1515
```groovy
1616
dependencies {
17-
compile "com.androidplot:androidplot-core:1.4.0"
17+
compile "com.androidplot:androidplot-core:1.4.1"
1818
}
1919
```
2020

docs/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
For details on what to expect in general when updating to a new version of Androiplot, check out the
33
[versioning doc](versioning.md).
44

5+
# 1.4.1
6+
* (#26) Fixed an NPE issue when drawing null values with a PointLabeler.
7+
* Fixed a broken link in Quickstart doc.
8+
59
# 1.4.0
610

711
* Moderate refactor of `PieRenderer`. [Documentation](piechart.md) has been updated to reflect these changes.

0 commit comments

Comments
 (0)