Skip to content

Commit

Permalink
release: 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Jul 28, 2021
1 parent daaadc7 commit cad4a76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cad4a76

Please sign in to comment.