From 58c23c9b09cd68bcf2220ee457074b13813a25c0 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 10 Dec 2018 12:22:10 +0100 Subject: [PATCH] Update allowed dart version and modify description --- CHANGELOG.md | 6 +++++- README.md | 2 +- pubspec.yaml | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6117fa..86d288c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,4 +56,8 @@ Update country name with translated version ## 1.1.0 -Changed CElement with CountryCode and fix error on favorite null \ No newline at end of file +Changed CElement with CountryCode and fix error on favorite null + +## 1.1.1 + +Update allowed dart version and modify description diff --git a/README.md b/README.md index ea945ba..5270fae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.1.0-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-1.1.1-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker diff --git a/pubspec.yaml b/pubspec.yaml index 789f793..5cec8c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: country_code_picker -description: A flutter package for showing a country code selector. -version: 1.1.0 +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.1 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker environment: - sdk: ">=1.19.0 <=2.2.0" + sdk: ">=1.19.0 <=3.0.0" dependencies: flutter: