From 52756b1a3863f2bca7d124efe81b37a69297e49d Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Tue, 12 Feb 2019 11:56:19 +0000 Subject: [PATCH] 1.1.1 > 1.2.0 --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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