diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8d21d..7e4b143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,3 +18,6 @@ Breaking: `borderBuilder` now accepts a `Widget` input instead of `Border` * New Features Added `excludedCountryCodes` from `PickCountryLookupService` + +## 2.0.0 +* bump to follow Semantic Versioning \ No newline at end of file diff --git a/README.md b/README.md index e48a9ef..1216604 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A highly customizable modal widget for Flutter that allows users to pick a count Add this to your package's pubspec.yaml file: ```dart dependencies: - pick_country_picker: ^1.2.0 + pick_country_picker: ^2.0.0 ``` 2. Install it You can install packages from the command line: diff --git a/pubspec.yaml b/pubspec.yaml index 0178798..28fbd7d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pick_country_picker description: A highly customizable Flutter package for selecting a country from a modal list. -version: 1.2.0 +version: 2.0.0 homepage: repository: https://github.com/ThickLine/pick_country_picker