chore(realease): bump to v0.2.4
This commit is contained in:
parent
744f499a67
commit
70e3615e08
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
## 0.2.4
|
||||
|
||||
* **FEAT**: added support for ByteArrays (#19)
|
||||
* **FIX**: example: migrate to null-safety
|
||||
|
||||
## 0.2.3
|
||||
|
||||
* **FIX**: encode URI and ArrayList in JSON data (#14)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
name: receive_intent
|
||||
description: Flutter plugin for passing Android Intents to the Flutter environment.
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
homepage: https://github.com/daadu/receive_intent
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
sdk: ">=2.12.0 <4.0.0"
|
||||
flutter: ">=1.20.0"
|
||||
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue