chore(release): bump to v0.1.6

This commit is contained in:
Harsh Bhikadia 2021-12-08 16:13:16 +05:30
parent e38c55c077
commit 798c7cac03
2 changed files with 5 additions and 3 deletions

View file

@ -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`

View file

@ -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 <harsh@bhikadia.com>
environment:
sdk: ">=2.12.0 <3.0.0"