From 7b6c422b2899508f7d5803feb831baf5210f45ad Mon Sep 17 00:00:00 2001 From: Sonu Sharma Date: Mon, 1 Jun 2020 23:32:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=20v1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++++--- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2005e9..635974a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +## [1.0.0] - 30 May 2020 + +* Added Domain, Numeric code, CISO, Lat long, Language name code and symbol +* Added REgional blocks name, Countries name translation + + +## [1.0.0] - 30 May 2020 + +* Code refactor and documentation + + ## [0.0.1] - 29 May 2020 * Add countries search method * Add country data filter functionality -## [1.0.0] - 29 May 2020 - -* Code refactor and documentation diff --git a/example/pubspec.lock b/example/pubspec.lock index 9bb60a9..df37252 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -56,7 +56,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1ed93d9..ac7c786 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: country_provider description: The plugin provides several methods to fetch countries info, Apply filter, and perform search operations. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/TheAlphamerc/country_provider environment: