diff --git a/CHANGELOG.md b/CHANGELOG.md index b48fe6c..5339600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -294,4 +294,8 @@ Change intl version to '>=0.17.0-0 <=0.19.0' Ability to define custom separator ## [0.36.1] -Fix for #222 \ No newline at end of file +Fix for #222 + +## [0.36.2] +Fix for #185 +Fix for #216 \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 9f496b1..1e3eb7e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -137,7 +137,7 @@ packages: path: ".." relative: true source: path - version: "0.36.1" + version: "0.36.2" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 0b69382..f48f886 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, .xml, .yaml or .toml file! -version: 0.36.1 +version: 0.36.2 homepage: https://github.com/ilteoood/flutter_i18n issue_tracker: https://github.com/ilteoood/flutter_i18n/issues