CB-8110 Updated version and RELEASENOTES.md for release 0.3.3
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f3a1d08..a79f31d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -80,3 +80,9 @@
 
 ### 0.3.2 (Oct 03, 2014)
 * CB-7548 [BlackBerry10] Re-implement getPreferredLanguage() and getLocaleName().
+
+### 0.3.3 (Dec 02, 2014)
+* CB-7977 Mention `deviceready` in plugin docs
+* [CB-7766] Add quirk note about **Android** `dateToString`
+* Errors in weekdays fixedli; `getDateNames` should return (Sun - Sat) in all locales; `getFirstDayOfWeek` should return 1 for Sunday and 2 for Monday; bunch of jsHint fixes
+* CB-7700 cordova-plugin-globalization documentation translation: cordova-plugin-globalization
diff --git a/plugin.xml b/plugin.xml
index 52354ff..95f5d4e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.globalization"
-      version="0.3.3-dev">
+      version="0.3.3">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4ed720f..d614469 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.globalization.tests"
-    version="0.3.3-dev">
+    version="0.3.3">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>