diff --git a/CHANGELOG.md b/CHANGELOG.md index 2640741..c4729a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.5 +## 1.3.6 - Add `comparator` property diff --git a/pubspec.yaml b/pubspec.yaml index a0c7b03..6b02794 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ 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: 1.3.5 -homepage: https://github.com/Salvatore-Giordano/CountryCodePicker +version: 1.3.6 +homepage: https://github.com/imtoori/CountryCodePicker environment: sdk: ">=2.2.2 <3.0.0"