CB-5980 Updated version and RELEASENOTES.md for release 0.2.6
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9dae89d..f0b6db2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -53,3 +53,7 @@
 * CB-5658 Add doc/index.md for Dialogs plugin
 * CB-3762 Change prompt default to empty string
 * Move images from css to img
+
+### 0.2.6 (Feb 05, 2014)
+* no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
+* FFOS description added
diff --git a/plugin.xml b/plugin.xml
index dc26596..146e405 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.dialogs"
-      version="0.2.6-dev">
+      version="0.2.6">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>