Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jja08111 committed May 10, 2023
1 parent e25bd9b commit 86d5353
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.3
* [Update] Updated library versions.

## 0.5.2
* [Update] Updated y labels of the amount chart. ([#30](https://github.com/jja08111/time_chart/pull/30))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add it to your package's pubspec.yaml file

```yml
dependencies:
time_chart: ^0.5.2
time_chart: ^0.5.3
```

### 2 - Install it
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: time_chart
description: A scrollable time chart in Flutter. Currently supporting en, ko languages.
version: 0.5.2
version: 0.5.3
homepage: https://github.com/jja08111/time_chart

environment:
Expand Down

0 comments on commit 86d5353

Please sign in to comment.