bump to v0.1.5

This commit is contained in:
Harsh Bhikadia 2021-06-20 13:14:57 +05:30
parent 05a1c3db09
commit 46d650265d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## [0.1.5] - 20 June 2021
* fix: `handleIntent`: null check added for `Intent.categories`
## [0.1.4] - 18 June 2021
* fix: convert `intent.categories` to `List`

View file

@ -1,6 +1,6 @@
name: receive_intent
description: Flutter plugin for passing Android Intents to the Flutter environment.
version: 0.1.4
version: 0.1.5
homepage: https://github.com/daadu/receive_intent
authors:
- Harsh Bhikadia <harsh@bhikadia.com>