Skip to content

Commit

Permalink
Release version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javaherisaber committed Sep 6, 2022
1 parent f768379 commit 2f6260f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.0
* Fixed Plugin lifecycle onDetachedFromActivity in Android
* Add getExternalFilesDir when checking if a path requires a permission

## 4.0.1
* Update readme descriptions

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.0.1
version: 4.1.0
homepage: https://github.com/javaherisaber/open_file

dependencies:
Expand Down

0 comments on commit 2f6260f

Please sign in to comment.