From 33dd9b820f5520a9c70e8cccbc959ce30ed6e02d Mon Sep 17 00:00:00 2001 From: Jonas Klock Date: Fri, 7 Feb 2025 19:07:33 +0100 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80471d03..157f4d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.3.2 +### Android +- Fix pickFiles for Android with launchMode=singleInstance [#1700](https://github.com/miguelpruivo/flutter_file_picker/issues/1700), [#1404](https://github.com/miguelpruivo/flutter_file_picker/issues/1404) + ## 8.3.1 ### iOS - Fix [1367](https://github.com/miguelpruivo/flutter_file_picker/issues/1367) diff --git a/pubspec.yaml b/pubspec.yaml index 62237d54..b0961924 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker repository: https://github.com/miguelpruivo/flutter_file_picker issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues -version: 8.3.1 +version: 8.3.2 dependencies: flutter: