Merge branch 'dev'
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 86942eb..be50a94 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -33,3 +33,7 @@
 * [CB-4593] [Blackberry10] Added vibration support for bb10
 * updated plugin to work with ffos
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.3.3 (Oct 9, 2013)
+* add missing android namespace
+* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file
diff --git a/plugin.xml b/plugin.xml
index 7b03fc7..15a9ca7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-           id="org.apache.cordova.vibration"
-      version="0.3.2">
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="org.apache.cordova.vibration"
+    version="0.3.3">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>