CB-8429 Updated version and RELEASENOTES.md for release 0.3.11
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c94de1a..f3b0979 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -85,3 +85,6 @@
 * 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
+
+### 0.3.11 (Feb 04, 2015)
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
diff --git a/plugin.xml b/plugin.xml
index a988600..a861bd7 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.11-dev">
+    version="0.3.11">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3ff5e3f..9c01e96 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.11-dev">
+    version="0.3.11">
     <name>Cordova Device Orientation Plugin Tests</name>
     <license>Apache 2.0</license>