bump to v0.1.4

This commit is contained in:
Harsh Bhikadia 2021-06-18 17:57:59 +05:30
parent a5d4e95c2b
commit eaed2a610f
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -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 <harsh@bhikadia.com>