Skip to content

Commit

Permalink
Publish V3.0.0+3
Browse files Browse the repository at this point in the history
  • Loading branch information
GanZhiXiong committed Apr 7, 2021
1 parent 55ed903 commit d9bf238
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 @@
## [3.0.0+3] - [2021-04-07]
* Formatting code to increase the score

## [3.0.0+2] - [2021-04-07]
* Using trailing commas and Format code

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A custom is strong dropdown menu for Flutter. Easy to use and powerful for custo
打开pubspec.yaml文件
添加如下代码
``` dart
gzx_dropdown_menu: ^3.0.0+2
gzx_dropdown_menu: ^3.0.0+3
```
添加后打开Terminal,执行flutter packages get

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: gzx_dropdown_menu
description: A custom is strong dropdown menu for Flutter. Easy to use and powerful for customization, it's up to you what you want to display in the dropdown menu!
version: 3.0.0+2
version: 3.0.0+3
homepage: https://github.com/GanZhiXiong/gzx_dropdown_menu

environment:
Expand Down

0 comments on commit d9bf238

Please sign in to comment.