CB-5719 Updated version and RELEASENOTES.md for release 0.2.7
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/322753fe Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/322753fe Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/322753fe Branch: refs/heads/master Commit: 322753fe37b3a0f1f0c9d4f39b5af1aeebbde153 Parents: 7be7d6f 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 | 3 +++ plugin.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/322753fe/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 249feea..b1494fb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -65,3 +65,6 @@ * 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'. * CB-5198 [BlackBerry10] Update dependencies to point to registry * handle null filter when fields are specified. ( long standing pull-req from @kevfromireland ) + +### 0.2.7 (Jan 02, 2014) +* B-5658 Add doc/index.md for Contacts plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/322753fe/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index b92196c..4ed6cc0 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.contacts" - version="0.2.7-dev"> + version="0.2.7"> <name>Contacts</name> <description>Cordova Contacts Plugin</description>
