From cad4a76f1fa093d492e74e44ee586b8ce6f151e1 Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Thu, 29 Jul 2021 00:18:37 +0200 Subject: [PATCH] release: 5.0.3 --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d44ac26..1d273281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.3 -- fix: For country code only, `india` instead of `in` will be used as enum constant (`in` is a reserved keyword) +- fix: For country code only, `india` instead of `in` will be used for enum constant (`in` is a reserved keyword) - fix: When using country code only, the correct device locale will be selected ## 5.0.2 diff --git a/README.md b/README.md index 52acb63b..d2c6777b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ It is recommended to add `fast_i18n` to `dev_dependencies`. ```yaml dev_dependencies: build_runner: any - fast_i18n: 5.0.2 + fast_i18n: 5.0.3 ``` **Step 2: Create JSON files** diff --git a/pubspec.yaml b/pubspec.yaml index dcb835a5..c123dffe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fast_i18n description: Localization / Internationalization (i18n) solution. Use JSON files to create typesafe translations via source generation. -version: 5.0.2 +version: 5.0.3 homepage: https://github.com/Tienisto/flutter-fast-i18n publish_to: https://pub.dev