Skip to content

Commit

Permalink
Update version to 3.0.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jul 14, 2021
1 parent 656c789 commit f13117a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.0+1
- **FIX**: fix app logo link
## 3.0.0
- **BREAKING**: Implement groupingType field to make different
grouping types like Wrap, Column, Row
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Follow these steps to use this package

```yaml
dependencies:
group_button: ^3.0.0 #latest version
group_button: ^3.0.0+1 #latest version
```
### Add import package
Expand Down
2 changes: 1 addition & 1 deletion example/lib/examples/extended_example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class _ExampleState extends State<_Example> {
mainGroupAlignment: MainGroupAlignment.start,
groupingType: GroupingType.row,
buttons: const [
"group_button: 3.0.0",
"group_button: 3.0.0+1",
],
selectedTextStyle: const TextStyle(
color: Colors.white,
Expand Down
2 changes: 1 addition & 1 deletion example/lib/examples/styles_example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class StylesExample extends StatelessWidget {
home: Scaffold(
appBar: AppBar(
title: const Text(
'group_button: 3.0.0',
'group_button: 3.0.0+1',
style: TextStyle(
color: Colors.black,
),
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.0.0
version: 3.0.0+1

environment:
sdk: ">=2.7.0 <3.0.0"
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: group_button
description: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.
version: 3.0.0
version: 3.0.0+1
homepage: https://github.com/Frezyx/group_button

environment:
Expand Down

0 comments on commit f13117a

Please sign in to comment.