Updated version and RELEASENOTES.md for release 0.3.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bedc973..f3a1d08 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -77,3 +77,6 @@
 * Clean-up: removed duplicate code
 * Added test to complete CB-7064, added tests that check for W3C compliance in language tags generated from PreferredLanguage and GetLocale methods
 * CB-6962 Ported globalization tests to framework
+
+### 0.3.2 (Oct 03, 2014)
+* CB-7548 [BlackBerry10] Re-implement getPreferredLanguage() and getLocaleName().
diff --git a/plugin.xml b/plugin.xml
index e0d54df..b08b22d 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.2-dev">
+      version="0.3.2">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 0a90264..c4213bf 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.2-dev">
+    version="0.3.2">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>