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 @@ + version="0.2.14"> Network Information Cordova Network Information Plugin 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 @@ + version="0.2.14"> Cordova Network Information Plugin Tests Apache 2.0