CB-8110 Updated version and RELEASENOTES.md for release 0.2.14

This commit is contained in:
Steve Gill 2014-12-02 16:07:02 -08:00
parent 165b4f0120
commit 17a38609fb
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>