Skip to content

Commit

Permalink
Release v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jun 9, 2017
1 parent 5fe244c commit 835ff10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## ChangeLog

#### Version 0.8.5 (not yet released)
#### Version 0.8.5 (09.06.2017)
10 commits including bug fixes and enhancements:
- [enhancement]: Support for osx platform
- [enhancement]: Added `isAvailable2` which works equal except the callback args are in reverse order.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-email-composer",
"version": "0.8.4",
"version": "0.8.5",
"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
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.5-dev">
version="0.8.5">

<name>EmailComposer</name>

Expand Down

0 comments on commit 835ff10

Please sign in to comment.