From 633f896e23d6d75ca52f9c5e58f94cdf5a068090 Mon Sep 17 00:00:00 2001 From: Mahdi Javaheri Date: Tue, 25 Oct 2022 15:56:48 +0330 Subject: [PATCH] Release version 4.2.2 --- CHANGELOG.md | 9 ++++++--- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d6dbbf..f5d836d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ +## 4.2.2 +* Update CHANGELOG.md + ## 4.2.1 * Update CHANGELOG.md ## 4.2.0 -* Upgrade example project with latest version of flutter (3.3.5) and Android (33) [Commit#9d2027d](https://github.com/javaherisaber/open_filex/commit/9d2027d4063194c822bb81c7a74ff20aadb0f2ee) -* Upgrade support for Granular media permissions in Android 33 [Commit#261f446](https://github.com/javaherisaber/open_filex/commit/261f4463835eb293a059bc09030443d5093bcbd2) -* Remove usages of `REQUEST_INSTALL_PACKAGES` in Android plugin [PR#1](https://github.com/javaherisaber/open_filex/pull/1) +* Upgrade support for Granular media permissions in Android 13 [Commit#261f446](https://github.com/javaherisaber/open_filex/commit/261f4463835eb293a059bc09030443d5093bcbd2) (Thanks to [@0975086498](https://github.com/0975086498)) +* Remove usages of `REQUEST_INSTALL_PACKAGES` in Android plugin [PR#1](https://github.com/javaherisaber/open_filex/pull/1) (Thanks to [@thebeast1](https://github.com/thebeast1)) +* Upgrade example project with latest version of flutter (3.3.5) and Android 13 [Commit#9d2027d](https://github.com/javaherisaber/open_filex/commit/9d2027d4063194c822bb81c7a74ff20aadb0f2ee) ## 4.1.1 * Add filePaths instruction for Android in README.md diff --git a/pubspec.yaml b/pubspec.yaml index ced31ad3..1bf0c2ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: open_filex description: A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html) -version: 4.2.1 +version: 4.2.2 homepage: https://github.com/javaherisaber/open_file dependencies: