[CB-5188] Updated version and RELEASENOTES.md for release 0.2.5
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5a06f4e..2fd1c95 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -43,3 +43,9 @@
 * 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
+
+ ### 0.2.5 (Oct 28, 2013)
+* CB-5129: Add a consistent filesystem attribute to FileEntry and DirectoryEntry objects
+* CB-5128: added repo + issue tag to plugin.xml for file plugin
+* CB-5015 [BlackBerry10] Add missing dependency for File.slice
+* [CB-5010] Incremented plugin version on dev branch.
diff --git a/plugin.xml b/plugin.xml
index 5b6cded..24f538d 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.5-dev">
+      version="0.2.5">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>