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