CB-8110 Updated version and RELEASENOTES.md for release 0.2.14
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1e7306c..ee8d3d5 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -85,3 +85,7 @@
 
 ### 0.2.13 (Oct 03, 2014)
 * CB-7595: Android L changes the type from Mobile to Cellular, I'm pretty sure this isn't documented
+
+### 0.2.14 (Dec 02, 2014)
+* CB-7976 **Android**: Use webView's context rather than Activity's context for intent receiver
+* CB-7700 cordova-plugin-network-information documentation translation: cordova-plugin-network-information
diff --git a/plugin.xml b/plugin.xml
index ab474ee..c66949a 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="org.apache.cordova.network-information"
-      version="0.2.14-dev">
+      version="0.2.14">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 7d0711e..0bc89b5 100644
--- a/tests/plugin.xml
+++ b/tests/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="org.apache.cordova.network-information.tests"
-    version="0.2.14-dev">
+    version="0.2.14">
     <name>Cordova Network Information Plugin Tests</name>
     <license>Apache 2.0</license>