Skip to content

Commit

Permalink
✨ GoogleNavBar V5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sooxt98 committed Mar 22, 2022
1 parent 856c956 commit 97bba97
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 @@
## 5.0.6
* Fixed GButton empty text extra spacing
* Migrated to Android embedding v2

## 5.0.5
* Fixed GButton onPressed not working

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your package's `pubspec.yaml` file:
```
...
dependencies:
google_nav_bar: ^5.0.5
google_nav_bar: ^5.0.6
```

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.0.5"
version: "5.0.6"
line_icons:
dependency: "direct main"
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: google_nav_bar
description: A modern google style nav bar which could be use as a bottom navigation bar or tabbar, the design strictly follows the cuberto UI/UX on dribbble.
version: 5.0.5
version: 5.0.6
homepage: https://github.com/sooxt98/google_nav_bar

environment:
Expand Down

0 comments on commit 97bba97

Please sign in to comment.