CB-9463 Updated version and RELEASENOTES.md for release 3.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0181d7c..063272f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -362,3 +362,9 @@
 * Updated resolveFileSystem.js so it can be parsed by uglifyJS
 * CB-8860 cordova-plugin-file documentation translation: cordova-plugin-file
 * CB-8792 Fixes reading of json files using readAsText
+
+### 3.0.0 (Aug 18, 2015)
+* Make Android default persistent file location internal
+* Fixed issue with file paths not existing when using browserify
+* CB-9251: Changed from Intents to Preferences object as per the issue
+* CB-9215 Add cordova-plugin-file manual test for windows platform
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 506e5e2..5342c9f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-tests"
-    version="2.1.1-dev">
+    version="3.0.0">
 
     <name>Cordova File Plugin Tests</name>
     <license>Apache 2.0</license>