Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickypid committed Apr 11, 2021
1 parent 3c0e52b commit 92036c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.0] - 2021-04-11

* First release.

## [0.1.2-alpha] - 2021-04-11

* Optimization documentation release, change example path, edit description.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the following line to `pubspec.yaml`:

```yaml
dependencies:
flutter_bargraph: ^0.1.0-alpha
flutter_bargraph: ^1.0.0
```
### Basic setup
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: flutter_bargraph
description: Bar Graph Indicator for Flutter. It graphically displays the current value on a bar graph with animation when the value changes. orientation/direction of the bar is castumizable.
version: 0.1.2-alpha
version: 1.0.0
homepage: https://github.com/rickypid/flutter_bargraph
repository: https://github.com/rickypid/flutter_bargraph
issue_tracker: https://github.com/rickypid/flutter_bargraph/issues
Expand Down

0 comments on commit 92036c1

Please sign in to comment.