Updated version and RELEASENOTES.md for release 0.2.13

This commit is contained in:
Steven Gill 2014-10-03 16:10:13 -07:00
parent 37c0e3ff75
commit 056c6dddaf
3 changed files with 5 additions and 2 deletions

View File

@ -82,3 +82,6 @@
* CB-6964 ported manual tests
* Port network tests to plugin-test-framework
* Fix naviagtor typo
### 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

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