From c478d84f2e5b5539e6e19380d40717c526b51cb0 Mon Sep 17 00:00:00 2001 From: imtoori Date: Tue, 10 Dec 2019 13:19:23 +0100 Subject: [PATCH] version dump --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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