diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d4908..cfdc8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -270,4 +270,7 @@ Fix for #190 Fix for #197 and #196 ## [0.32.4] +Dependencies upgrade + +## [0.32.5] Dependencies upgrade \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index cccb077..0bddc09 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -129,7 +129,7 @@ packages: path: ".." relative: true source: path - version: "0.32.4" + version: "0.32.5" flutter_localizations: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index d2c3d14..6e8d0fe 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.4 +version: 0.32.5 homepage: https://github.com/ilteoood/flutter_i18n issue_tracker: https://github.com/ilteoood/flutter_i18n/issues