CB-8110 Updated version and RELEASENOTES.md for release 0.3.10
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 27cc074..c94de1a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -80,3 +80,8 @@
 * CB-7249 cordova-plugin-device-orientation documentation translation
 * CB-6960 Added manual tests
 * CB-6960 Port compass tests to plugin-test-framework
+
+### 0.3.10 (Dec 02, 2014)
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7700 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation
+* CB-7571 Bump version of nested plugin to match parent plugin
diff --git a/plugin.xml b/plugin.xml
index c4aee52..5d89c79 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation"
-    version="0.3.10-dev">
+    version="0.3.10">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 46d4659..bab25dc 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.device-orientation.tests"
-    version="0.3.10-dev">
+    version="0.3.10">
     <name>Cordova Device Orientation Plugin Tests</name>
     <license>Apache 2.0</license>