CB-7571 Updated version and RELEASENOTES.md for release 0.3.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a4d074f..bedc973 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -67,3 +67,13 @@
 * CB-4602 ios: Use normalized values for getPreferredLanguage.
 * CB-6127 Updated translations for docs
 * CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now return strings with hypen (-) to stay compliant with current standards
+
+### 0.3.1 (Sep 17, 2014)
+* CB-6490 [BlackBerry10] Use hyphen instead of underscore in getLocaleName().
+* CB-7548 [BlackBerry10] Allow any numeric type as date in dateToString method.
+* Hold the information if L10n was ready before.
+* CB-7233 [BlackBerry10] Globalization is now supported
+* Renamed test dir, added nested plugin.xml
+* 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
diff --git a/plugin.xml b/plugin.xml
index 1232c3b..5a7f0be 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.1-dev">
+      version="0.3.1">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3fd30a3..3edeafa 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.2.9-dev">
+    version="0.3.1">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>