chore(release): bump to v0.1.6
This commit is contained in:
parent
e38c55c077
commit
798c7cac03
2 changed files with 5 additions and 3 deletions
|
@ -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`
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue