CB-8429 Updated version and RELEASENOTES.md for release 0.2.13
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0fd1293..6f40771 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -59,3 +59,6 @@
 ### 0.2.12 (Dec 02, 2014)
 * CB-7977 Mention `deviceready` in plugin docs
 * CB-7700 cordova-plugin-console documentation translation: cordova-plugin-console
+
+### 0.2.13 (Feb 04, 2015)
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
diff --git a/plugin.xml b/plugin.xml
index 87d085a..41dd0db 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.console"
-      version="0.2.13-dev">
+      version="0.2.13">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>