diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..e69b5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.4 + +* Updated to Support Latest Android Dependencies + + ## 0.0.1 * TODO: Describe initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 8bd1b06..aa70118 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: share_extend description: A flutter plugin to share text, image, file with system ui. It is compatible with both andorid and ios. -version: 1.0.3 +version: 1.0.4 author: zhouteng homepage: https://github.com/zhouteng0217/ShareExtend