diff --git a/CHANGELOG.md b/CHANGELOG.md index ef464e6..a41b341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.1] - 2020-09-23 + +* edit package description, change meta import source +* example: Fixes missing MainActivity +* example: progress indicator on chips tile + ## [4.0.0] - 2020-09-23 * Validate before confirm diff --git a/example/pubspec.lock b/example/pubspec.lock index e294851..0007055 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -106,7 +106,7 @@ packages: path: ".." relative: true source: path - version: "4.0.0" + version: "4.0.1" source_span: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3bc055d..1d8440b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: smart_select description: Easily convert your usual single/multiple select or dropdown into page, dialog, or bottom sheet with various choice input such as radio, checkbox, switch, chips, or custom widget. author: Irfan Vigma Taufik homepage: https://github.com/davigmacode/flutter_smart_select -version: 4.0.0 +version: 4.0.1 environment: sdk: ">=2.1.0 <3.0.0"