CB-8429 Updated version and RELEASENOTES.md for release 0.2.15

This commit is contained in:
Andrew Grieve 2015-02-04 20:12:45 -05:00
parent 9710603feb
commit 81037e29cf
3 changed files with 8 additions and 2 deletions

View File

@ -89,3 +89,9 @@
### 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
### 0.2.15 (Feb 04, 2015)
* CB-8384 Network status change support on Windows
* CB-8384 Fixes the way we detect online status on Windows
* CB-8384 Add Windows platform quirks
* CB-8384 Add Windows section to Network Information plugin

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.15-dev">
version="0.2.15">
<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.15-dev">
version="0.2.15">
<name>Cordova Network Information Plugin Tests</name>
<license>Apache 2.0</license>