Skip to content

Commit 7b6c422

Browse files
committed
🔖 Bump version to v1.0.1
1 parent e2bd93e commit 7b6c422

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
## [1.0.0] - 30 May 2020
2+
3+
* Added Domain, Numeric code, CISO, Lat long, Language name code and symbol
4+
* Added REgional blocks name, Countries name translation
5+
6+
7+
## [1.0.0] - 30 May 2020
8+
9+
* Code refactor and documentation
10+
11+
112
## [0.0.1] - 29 May 2020
213

314
* Add countries search method
415
* Add country data filter functionality
516

6-
## [1.0.0] - 29 May 2020
7-
8-
* Code refactor and documentation

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: ".."
5757
relative: true
5858
source: path
59-
version: "1.0.0"
59+
version: "1.0.1"
6060
crypto:
6161
dependency: transitive
6262
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: country_provider
22
description: The plugin provides several methods to fetch countries info, Apply filter, and perform search operations.
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://github.com/TheAlphamerc/country_provider
55

66
environment:

0 commit comments

Comments
 (0)