From c283da595ff7f052cca9c43ea360e73aa16cbdb9 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 28 Oct 2020 18:57:43 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11d398..ff63498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.6.2 + +- Fix breaking change with modal_bottom_sheet: 1.0.0-dev +- Fix Myanmar name +- Center selection dialog to let user size it in Flutter web +- Add ZH localization support +- Optimize all flag images + ## 1.6.1 - Update to modal_bottom_sheet: ^1.0.1-dev diff --git a/pubspec.yaml b/pubspec.yaml index 0087839..b44398a 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.6.1 +version: 1.6.2 homepage: https://github.com/imtoori/CountryCodePicker environment: