diff --git a/CHANGELOG.md b/CHANGELOG.md index 6424e42..9e04eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,3 +65,9 @@ Update allowed dart version and modify description ## 1.1.4 Add possibility to show only country name + +## 1.1.5 + +OnlyCountrymode now also displays only the country on Textwidget when closed. + + diff --git a/README.md b/README.md index b25b76e..82169a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.1.4-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-1.1.5-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker diff --git a/pubspec.yaml b/pubspec.yaml index 9ee8f53..d406b08 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 1.1.4 +version: 1.1.5 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker