diff --git a/README.md b/README.md
index 6141e990..6abb4d1b 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 84ef13d3..694a6336 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