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