Skip to content

Commit

Permalink
chore(release): bump to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Dec 8, 2021
1 parent e38c55c commit 798c7ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 798c7ca

Please sign in to comment.