CB-7571 Updated version and RELEASENOTES.md for release 0.2.10
diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f7e72bf..4d24b7b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md
@@ -75,3 +75,20 @@ * FFOS added to supported platforms + +### 0.2.10 (Sep 17, 2014) +* CB-7471 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion +* Updated doc for browser +* Added support for the browser +* CB-7249 cordova-plugin-device-motion documentation translation +* [CB-7313] minor tweak to documentation of watchAcceleration function parameters +* CB-7160 move to tests dir, add nested plugin.xml +* Removed js-module for tests from plugin.xml +* CB-7160 added manual tests +* added documentation for manual tests +* Removed js-module for tests from plugin.xml +* CB-7160 added manual tests +* Changing cdvtest format to use module exports +* register tests using new style +* update +* Feature Branch: First attempt at new-style-tests
diff --git a/plugin.xml b/plugin.xml index 8b75dba..ac592d5 100644 --- a/plugin.xml +++ b/plugin.xml
@@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.device-motion" - version="0.2.10-dev"> + version="0.2.10"> <name>Device Motion</name> <description>Cordova Device Motion Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml index bcdbc88..abb6dcf 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml
@@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.device-motion.tests" - version="0.2.9-dev"> + version="0.2.10"> <name>Cordova Device Motion Plugin Tests</name> <license>Apache 2.0</license>