From 1c556a487e8b420385128b0e0769ed92a20c8314 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 5 Apr 2018 09:34:36 +0200 Subject: [PATCH] v0.1.3 --- 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 1541fce..68300a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,3 +17,7 @@ Tested with dart 2 ## 0.1.2 Favorite and initial selection can be one of code or dial code + +## 0.1.3 + +Favorite and initial selection can be one of code or dial code diff --git a/README.md b/README.md index 0ee7be0..91386fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-0.1.2-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-0.1.3-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker diff --git a/pubspec.yaml b/pubspec.yaml index 039c147..e7b366e 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. -version: 0.1.2 +version: 0.1.3 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker