From 74e94f74ff38b9cb9156f5cf5aa276065ba677c6 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 9 Mar 2020 00:08:02 +0100 Subject: [PATCH] fix url --- CHANGELOG.md | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2640741..c4729a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.5 +## 1.3.6 - Add `comparator` property diff --git a/pubspec.yaml b/pubspec.yaml index a0c7b03..6b02794 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ 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.3.5 -homepage: https://github.com/Salvatore-Giordano/CountryCodePicker +version: 1.3.6 +homepage: https://github.com/imtoori/CountryCodePicker environment: sdk: ">=2.2.2 <3.0.0"