CB-5719 Updated version and RELEASENOTES.md for release 0.2.6
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/10952525 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/10952525 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/10952525 Branch: refs/heads/master Commit: 109525257b68663897a877910d6629a7b81a629f Parents: a10a2b2 Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ plugin.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/10952525/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 741b66d..27a7164 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -45,3 +45,7 @@ * add ubuntu platform * Modify Device.platform logic to use amazon-fireos as the platform for Amazon Devices * 1. Added amazon-fireos platform. 2. Change to use cordova-amazon-fireos as the platform if user agent contains 'cordova-amazon-fireos' + +### 0.2.6 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Device plugin +* CB-5504 Moving Telephony Logic out of Device http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/10952525/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index e548a4f..db50add 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.device" - version="0.2.6-dev"> + version="0.2.6"> <name>Device</name> <description>Cordova Device Plugin</description> <license>Apache 2.0</license>
