[CB-5565] Updated version and RELEASENOTES.md for release 0.3.3
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d35d3a1..ce84f66 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -36,3 +36,7 @@
 * orientation plugin
 * CB-5128: added repo + issue tag to plugin.xml for device orientation plugin
 * [CB-4915] Incremented plugin version on dev branch.
+
+### 0.3.3 (Dec 4, 2013)
+* add ubuntu platform
+* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'.
diff --git a/plugin.xml b/plugin.xml
index 0ff5804..1ff6d68 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,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.3-dev">
+    version="0.3.3">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>