diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8f4c0..46efdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -229,4 +229,8 @@ Initial Flutter 2 support: ## [0.22.1] -Nullsafe support + static analysis fixes \ No newline at end of file +Nullsafe support + static analysis fixes + +## [0.22.2] + +Dartfmt \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f04e036..4ed0b86 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.22.1 +version: 0.22.2 homepage: https://github.com/ilteoood/flutter_i18n issue_tracker: https://github.com/ilteoood/flutter_i18n/issues