Skip to content

Commit

Permalink
V2.0.4
Browse files Browse the repository at this point in the history
Merge pull request #29 from Daniel-Ioannou/v2.0.4
  • Loading branch information
Daniel-Ioannou authored Apr 12, 2021
2 parents 9b66b04 + 31f26a5 commit ac14b40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.0.4] - 12 Apr 2021
* Add `CountryParser`

## [2.0.3] - 30 Mar 2021
* Add Ukrainian, Russian, and Polish translations
* Add `onClosed` callback
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a country from a list of countries.
Add the package to your pubspec.yaml:

```yaml
country_picker: ^2.0.3
country_picker: ^2.0.4
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A flutter package to select a country from a list of countries.
Add the package to your pubspec.yaml:

```yaml
country_picker: ^2.0.3
country_picker: ^2.0.4
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.3"
version: "2.0.4"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: country_picker
description: A flutter package to select a country from a list of countries.

version: 2.0.3
version: 2.0.4

homepage: https://github.com/Daniel-Ioannou
repository: https://github.com/Daniel-Ioannou/flutter_country_picker
Expand Down

0 comments on commit ac14b40

Please sign in to comment.