From 22894b380a5b6f02f2411a00812531c0d5bdb52e Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Sun, 9 May 2021 12:32:40 +0530 Subject: [PATCH] bump to v0.1.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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