From 798c7cac038337cfb6441969198e1160a7c9c344 Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Wed, 8 Dec 2021 16:13:16 +0530 Subject: [PATCH] chore(release): bump to v0.1.6 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8954ca7..96479da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.6] - 8 December 2021 + +* feat: `Intent.toString` implmented nicely + ## [0.1.5] - 20 June 2021 * fix: `handleIntent`: null check added for `Intent.categories` diff --git a/pubspec.yaml b/pubspec.yaml index a0e5d1e..fa3e04a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,7 @@ name: receive_intent description: Flutter plugin for passing Android Intents to the Flutter environment. -version: 0.1.5 +version: 0.1.6 homepage: https://github.com/daadu/receive_intent -authors: - - Harsh Bhikadia environment: sdk: ">=2.12.0 <3.0.0"