Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jja08111 committed Mar 15, 2022
1 parent 5c82a8a commit 99bb86b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3
* [Update] Clean and improve code.
* [Update] Removed unnecessary data processing.

## 0.3.2
* [Update] Lint code and migrate example app.

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.3.2
time_chart: ^0.3.3
```
### 2 - Install it
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.1"
version: "0.3.3"
touchable:
dependency: transitive
description:
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.3.2
version: 0.3.3
homepage: https://github.com/jja08111/time_chart

environment:
Expand Down

0 comments on commit 99bb86b

Please sign in to comment.