diff --git a/CHANGELOG.md b/CHANGELOG.md index 528907f..2de8945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.1.3] - 9 May 2021 + +* doc(readme): added all-contributors section +* doc(readme): added Getting Started section + ## [0.1.2] - 8 May 2021 * removed iOS support diff --git a/pubspec.yaml b/pubspec.yaml index b3b2fad..a09383c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: receive_intent description: Flutter plugin for passing Android Intents to the Flutter environment. -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/daadu/receive_intent authors: - Harsh Bhikadia