diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e1b95..4020d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.6 +* Replaces commons dependency with FilePath class on Android, to handle path resolution on different SDK. + ## 0.1.5 * Minor correction on README file. diff --git a/pubspec.yaml b/pubspec.yaml index 297a9f1..60ce788 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: 0.1.5 +version: 0.1.6 author: Miguel Ruivo homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker