CB-9192 Updated version and RELEASENOTES.md for release 2.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1e2667b..0181d7c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -353,3 +353,12 @@
 * CB-8459 Fixes spec 111 failure due to incorrect relative paths handling
 * Code cleanup, whitespace
 * Added nativeURL property to FileEntry, implemented readAsArrayBuffer and readAsBinaryString
+
+### 2.1.0 (Jun 17, 2015)
+* added missing license header
+* CB-9128 cordova-plugin-file documentation translation: cordova-plugin-file
+* fix npm md
+* CB-8844 Increased timeout for asset tests
+* 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
diff --git a/package.json b/package.json
index f1fbb29..a75002e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file",
-  "version": "2.0.1-dev",
+  "version": "2.1.0",
   "description": "Cordova File Plugin",
   "cordova": {
     "id": "cordova-plugin-file",
diff --git a/plugin.xml b/plugin.xml
index 9640e42..0f060c0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="cordova-plugin-file"
-      version="2.0.1-dev">
+      version="2.1.0">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 014b040..6c2b1ef 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.0.1-dev">
+    version="2.1.0">
 
     <name>Cordova File Plugin Tests</name>
     <license>Apache 2.0</license>