Skip to content

Commit

Permalink
chor: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuit committed Jun 27, 2023
1 parent 59a5716 commit 2c45881
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.0-dev.7
## 0.4.0
- Added factory constructors _GaugeProgressBar_ and _GaugePointer_ classes.
- Fixed the `radius` property of *RadialGauge* and *AnimatedRadialGauge* widgets.
- Added implicit `radius` animation for the *AnimatedRadialGauge* widget.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ Widget build(BuildContext context) {

<div align="center">
<img src="https://raw.githubusercontent.com/gonuit/gauge_indicator/main/readme/example.gif" />
</div>
</div>
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0-dev.7"
version: "0.4.0"
js:
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: gauge_indicator
description: An animated, highly customizable, open source, Flutter gauge widget.
version: 0.4.0-dev.7
version: 0.4.0
homepage: https://github.com/gonuit/gauge_indicator

environment:
Expand Down

0 comments on commit 2c45881

Please sign in to comment.