CB-8429 Updated version and RELEASENOTES.md for release 0.3.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a9ca08c..a94676e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -110,3 +110,8 @@
 * CB-7414 **BB10** Document callback parameter for `navigator.notification.alert`
 * CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
 * CB-7571 Bump version of nested plugin to match parent plugin
+
+### 0.3.0 (Feb 04, 2015)
+* Correct way to specify Windows platform in config.xml
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
+* CB-7955 Add support "browser" platform
diff --git a/plugin.xml b/plugin.xml
index c51e99c..9f72f93 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.dialogs"
-      version="0.2.12-dev">
+      version="0.3.0">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index cb2f740..f631732 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.dialogs.tests"
-    version="0.2.12-dev">
+    version="0.2.12">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>