Skip to content

Commit

Permalink
upgraded to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Jun 4, 2019
1 parent 58947ec commit d09ef5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
## [0.0.1] - Released on (2019 June 1)
## 0.0.1 - Released on (2019 June 4)

## 0.0.2
* fixed `minX`, `maxX` functionality on LineChart
* restricted to access private classes of the library
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Thank you all!

```kotlin
dependencies:
fl_chart: ^0.0.1
fl_chart: ^0.0.2
```


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fl_chart
description: A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart.
version: 0.0.1
version: 0.0.2
author: Iman Khoshabi <[email protected]>
homepage: https:/imaNNeoFighT/fl_chart

Expand Down

0 comments on commit d09ef5f

Please sign in to comment.