Skip to content

Commit

Permalink
Release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jun 6, 2017
1 parent 01825d0 commit 711699d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ChangeLog
#### Version 0.8.4 (not yet released)
#### Version 0.8.4 (06.06.2017)
25 commits including bug fixes and enhancements:
- [__change__]: Skip availability checks with `email.open()`
- [__change__]: Upgrade minimum required engine versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Or install from local source:

## ChangeLog

#### Version 0.8.4 (not yet released)
#### Version 0.8.4 (06.06.2017)
25 commits including bug fixes and enhancements:
- [__change__]: Skip availability checks with `email.open()`
- [__change__]: Upgrade minimum required engine versions
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-email-composer",
"version": "0.8.3",
"version": "0.8.4",
"description": "Provides access to the standard interface that manages the editing and sending an email message",
"cordova": {
"id": "de.appplant.cordova.plugin.email-composer",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
{
"name": "cordova-android",
"version": ">=5.0.0"
"version": ">=6.2.0"
},
{
"name": "cordova-ios",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-email-composer"
version="0.8.3">
version="0.8.4">

<name>EmailComposer</name>

Expand Down

0 comments on commit 711699d

Please sign in to comment.