From 0c245b0d8b61fe65a765525b6de515d13422af04 Mon Sep 17 00:00:00 2001 From: TwinStar Date: Mon, 22 Apr 2024 06:23:18 +0800 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82aaa216..5bbce0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.0.2 +### iOS +Fixes the bug [#1412](https://github.com/miguelpruivo/flutter_file_picker/issues/1412) that picking a folder in iOS causes the original folder to be deleted. + ## 8.0.1 ### iOS Fixes an issue preventing compilation on iOS when using Pod::PICKER_DOCUMENT = false. diff --git a/pubspec.yaml b/pubspec.yaml index da23f74e..2a344f82 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.0.1 +version: 8.0.2 dependencies: flutter: