Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoori committed Jun 19, 2021
1 parent 3dca758 commit a4b2fe3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.2

- added localization for no_country text in italian and english (please open a pr with other languages if you know them 🙏)
- added possibility to inject a custom list of countries using `CountryCodePicker.countryList`
- minor fixes

## 2.0.1

- Use `universal_platform` package
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: country_code_picker
description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox
version: 2.0.1
version: 2.0.2
homepage: https://github.com/imtoori/CountryCodePicker

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:

modal_bottom_sheet: ^2.0.0
collection: ^1.15.0
universal_platform: ^1.0.0-nullsafety
universal_platform: ^1.0.0+1

flutter:
assets:
Expand Down

0 comments on commit a4b2fe3

Please sign in to comment.