[CB-5010] Updated version and RELEASENOTES.md for release 0.2.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 81a1e7b..5a06f4e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -38,3 +38,8 @@
 * [CB-4763] Copy FileHelper.java into the plugin.
 * [CB-2901] [BlackBerry10] Automatically unsandbox filesystem if path is not in app sandbox
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.2.4 (Oct 9, 2013)
+* CB-5020 - File plugin should execute on a separate thread
+* [CB-4915] Incremented plugin version on dev branch.
+* CB-4504: Updating FileUtils.java to compensate for Java porting failures in the Android SDK. This fails because Java knows nothing about android_asset not being an actual filesystem
diff --git a/plugin.xml b/plugin.xml
index 32185b4..8e72e15 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.file"
-      version="0.2.4-dev">
+      version="0.2.4">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>