CB-5980 Updated version and RELEASENOTES.md for release 0.3.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ac7b46d..2b95181 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -64,3 +64,12 @@
 * Apply CB-5193 to InAppBrowser (Fix DB quota exception)
 * CB-5593 iOS: Make InAppBrowser localizable
 * CB-5591 Change window.escape to encodeURIComponent
+
+### 0.3.1 (Feb 05, 2014)
+* CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
+* Didn't test on ICS or lower, getDrawable isn't supported until Jellybean
+* add ubuntu platform
+* Adding drawables to the inAppBrowser.  This doesn't look quite right, but it's a HUGE improvement over the previous settings
+* CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
+* Remove alive from InAppBrowser.js since it didn't catch the case where the browser is closed by the user.
+* CB-5733 Fix IAB.close() not working if called before show() animation is done
diff --git a/plugin.xml b/plugin.xml
index 9736604..0878073 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.3.1-dev">
+      version="0.3.1">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>