From 6137d400956819f373915f80a3d069cc87b44696 Mon Sep 17 00:00:00 2001 From: imtoori Date: Wed, 8 Jan 2020 23:40:39 +0100 Subject: [PATCH] version bump --- .gitignore | 1 + CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 74132d6..326bea3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ packages .vscode *.lock +.dart_tool/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ce3b5..c579960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.3 + +Update country code of Republica Dominicana. + ## 1.2.2 Fix code list. diff --git a/README.md b/README.md index 0ae61e2..2dde1e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pub](https://img.shields.io/badge/Pub-1.2.2-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) +[![Pub](https://img.shields.io/badge/Pub-1.2.3-orange.svg)](https://pub.dartlang.org/packages/country_code_picker) # country_code_picker diff --git a/pubspec.yaml b/pubspec.yaml index 4ca60e6..a704dc8 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.2.2 +version: 1.2.3 author: Salvatore-Giordano homepage: https://github.com/Salvatore-Giordano/CountryCodePicker