[CB-5565] Updated version and RELEASENOTES.md for release 0.2.5
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 286b8f5..97cfbb3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -29,4 +29,7 @@
  ### 0.2.4 (Oct 28, 2013)
 * CB-5154 log formatting incorrectly to native
 * CB-5128: added repo + issue tag to plugin.xml for console plugin
-* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4915] Incremented plugin version on dev branch.
+
+### 0.2.5 (Dec 4, 2013)
+* add ubuntu platform
diff --git a/plugin.xml b/plugin.xml
index b08bb69..6cadfd3 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.console"
-      version="0.2.5-dev">
+      version="0.2.5">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>