diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ee8d3d5..8552a10 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/plugin.xml b/plugin.xml index 34fc4c6..427a871 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="0.2.15"> Network Information Cordova Network Information Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 2338a1b..e1edb1c 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="0.2.15"> Cordova Network Information Plugin Tests Apache 2.0