From 460efd2ace71ac1247d884193acb908bc3d8fad0 Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Mon, 13 May 2024 12:21:14 +0100 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0de7432..a66c966 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: country_codes description: Country codes is an helper package that provides country details given a particular localization, such as dial codes, ISO 3166 codes (alpha-2, alpha-3) and country names. -version: 2.2.0 +version: 3.0.0 homepage: https://github.com/miguelpruivo/country_codes environment: @@ -22,4 +22,4 @@ flutter: package: com.miguelruivo.flutter.plugin.countrycodes.country_codes pluginClass: CountryCodesPlugin ios: - pluginClass: CountryCodesPlugin \ No newline at end of file + pluginClass: CountryCodesPlugin