From a27202b14c933251913e936a5c5cd8c3c81f7e11 Mon Sep 17 00:00:00 2001 From: iLTeoooD Date: Wed, 30 Mar 2022 09:38:31 +0200 Subject: [PATCH] Prepare for 0.32.2 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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