From 9b71ba2931515c92d64aa7a0d5f99cf6024bcab6 Mon Sep 17 00:00:00 2001 From: Dominique FIUME Date: Tue, 19 Aug 2025 14:33:05 +0200 Subject: [PATCH] update version number --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecec8c..fa797fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.3.1 - August 19 2025 +- Fix French translation accent display issue +- Correct French country name translations (Biélorussie, Koweït, Grenade, etc.) +- Preserve accents in displayed names while maintaining search functionality +- Update search logic to handle both accented and non-accented input + ## 3.3.0 - March 26 2025 - Fix localization, typo, and flag issue #51 thanks to @MrRoy121 diff --git a/pubspec.yaml b/pubspec.yaml index c274e60..56d3407 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: 3.3.0 +version: 3.3.1 homepage: https://github.com/chandrabezzo/CountryCodePicker repository: https://github.com/chandrabezzo/CountryCodePicker issue_tracker: https://github.com/imtoori/CountryCodePicker/issues