From eaed2a610f740245aee1718609a468f715a3d512 Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Fri, 18 Jun 2021 17:57:59 +0530 Subject: [PATCH] bump to v0.1.4 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de8945..b3b30c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.4] - 18 June 2021 + +* fix: convert `intent.categories` to `List` + ## [0.1.3] - 9 May 2021 * doc(readme): added all-contributors section diff --git a/pubspec.yaml b/pubspec.yaml index a09383c..6317075 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.3 +1.version: 0.1.4 homepage: https://github.com/daadu/receive_intent authors: - Harsh Bhikadia