diff --git a/CHANGELOG.md b/CHANGELOG.md index ea23ff4..10ce3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.2.1 +## 1.2.2 Fix code list. diff --git a/README.md b/README.md index 2503103..703150e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.2.1-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-1.2.2-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker diff --git a/pubspec.yaml b/pubspec.yaml index dc0015f..4ca60e6 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.2.1 +version: 1.2.2 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker