Updated Branches: refs/heads/dev 75d586f0c -> d3cbfe5fe
CB-5719 Updated version and RELEASENOTES.md for release 0.2.5 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/bff09d29 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/bff09d29 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/bff09d29 Branch: refs/heads/dev Commit: bff09d290c8998370647744f6c346bc6586bf6f9 Parents: 75d586f 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-device-motion/blob/bff09d29/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 84a9e74..1833846 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -49,3 +49,6 @@ ### 0.2.4 (Dec 4, 2013) * add ubuntu platform * 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if the user agent string contains 'cordova-amazon-fireos' + +### 0.2.5 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Device Motion plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/bff09d29/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 3de2b01..25735ea 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.device-motion" - version="0.2.5-dev"> + version="0.2.5"> <name>Device Motion</name> <description>Cordova Device Motion Plugin</description>
