Skip to content

Commit

Permalink
Ready to Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanwei committed May 21, 2021
1 parent d992bcb commit 6b09d3e
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
Expand Up @@ -18,4 +18,8 @@
## [0.2.0]

* NEW: Added real-time price display
* Breaking Change: Ability to customise UI of KChartWidget.(The chartStyle and chartColors must be specified)
* Breaking Change: Ability to customise UI of KChartWidget.(The chartStyle and chartColors must be specified)

## [0.2.1]

* Fix: Fixed some UI issues about zooming
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Maybe this is the best k chart in Flutter.Support drag,scale,long press,fling.An
#### Install
```
dependencies:
k_chart: ^0.2.0
k_chart: ^0.2.1
```
or use latest:
```
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: k_chart
description: A Flutter K Chart.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/mafanwei/k_chart

environment:
Expand Down

0 comments on commit 6b09d3e

Please sign in to comment.