diff --git a/CHANGELOG.md b/CHANGELOG.md index 241b425..3ba55c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -261,4 +261,7 @@ Fix for #186 Recursively merge the translation map with the fallback map ## [0.32.1] -Fix for #189 \ No newline at end of file +Fix for #189 + +## [0.32.2] +Fix for #190 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index ebce681..bb3fce2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_i18n description: i18n made easy for Flutter. With flutter_i18n you can make your app international, using just a simple .json file! -version: 0.32.1 +version: 0.32.2 homepage: https://github.com/ilteoood/flutter_i18n issue_tracker: https://github.com/ilteoood/flutter_i18n/issues