Merge branch 'dev'
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index be50a94..9564b00 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -36,4 +36,9 @@
 
 ### 0.3.3 (Oct 9, 2013)
 * add missing android namespace
-* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4915] Incremented plugin version on dev branch.
+
+### 0.3.4 (Oct 28, 2013)
+* add repo + issue tag to plugin.xml for vibration plugin
+* corrected plugin.xml to write properly to config.xml for ffos
+* [CB-5010] Incremented plugin version on dev branch.
diff --git a/plugin.xml b/plugin.xml
index 15a9ca7..730341b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,12 +3,14 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration"
-    version="0.3.3">
+    version="0.3.4">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,vibration</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320639</issue>
 
     <js-module src="www/vibration.js" name="notification">
         <merges target="navigator.notification" />
@@ -16,7 +18,7 @@
 
     <!-- firefoxos -->
     <platform name="firefoxos">
-        <config-file target="config.xml" parent="/*">
+        <config-file target="www/config.xml" parent="/*">
             <feature name="Vibration">
                 <param name="firefoxos-package" value="Vibration" />
             </feature>