From 13faae48c07e592509151ff396f58f3fc5e6cc32 Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Fri, 6 Jan 2023 17:03:32 +0100 Subject: [PATCH] feat: prepare for 0.32.5 --- CHANGELOG.md | 3 +++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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