diff --git a/README.md b/README.md index 6141e99..6abb4d1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ File picker plugin alows you to use a native file explorer to load absolute file First, add *file_picker* as a dependency in [your pubspec.yaml file](https://flutter.io/platform-plugins/). ``` -file_picker: ^1.1.1 +file_picker: ^1.2.0 ``` ## Android Add `` to your app `AndroidManifest.xml` file. diff --git a/pubspec.yaml b/pubspec.yaml index 84ef13d..694a633 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: file_picker description: A plugin that allows you to pick absolute paths from diferent file types. -version: 1.1.1 +version: 1.2.0 author: Miguel Ruivo homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker