Skip to content

Commit

Permalink
Release v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jan 9, 2018
1 parent 63e93cf commit 8776c54
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.12 (not yet released)
#### Version 0.8.12 (09.01.2018)
- Internal code refactoring
- Added `type` property to specify the content type (#283)

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.12.beta",
"version": "0.8.12",
"description": "Provides access to the standard interface that manages the editing and sending an email message",
"cordova": {
"id": "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.12.beta">
version="0.8.12">

<name>EmailComposer</name>

Expand Down

0 comments on commit 8776c54

Please sign in to comment.