From ce9d7247473d330cdc2f9136ffed5ef83647fbec Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Sat, 29 Jun 2019 09:30:42 +0200 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e04eb5..6a623b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,4 +70,8 @@ Add possibility to show only country name OnlyCountrymode now also displays only the country on Textwidget when closed. +## 1.1.7 + +Flag is now optional. Fix bug on initState. + diff --git a/README.md b/README.md index 855d0af..ba1553f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.1.5-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-1.1.7-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker diff --git a/pubspec.yaml b/pubspec.yaml index c242ad9..b6fbff8 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.6 +version: 1.1.7 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker