diff --git a/CHANGELOG.md b/CHANGELOG.md index 80471d03..079508f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.3.1 +### iOS +- 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: