CB-6877 Updated version and RELEASENOTES.md for release 0.2.9

This commit is contained in:
Steven Gill 2014-06-05 13:39:43 -07:00
parent fea5674007
commit be5875f9d9
2 changed files with 10 additions and 1 deletions

View File

@ -53,3 +53,12 @@
* CB-6460: Update license headers * CB-6460: Update license headers
* CB-6465: Add license headers to Tizen code * CB-6465: Add license headers to Tizen code
* Add NOTICE file * Add NOTICE file
### 0.2.9 (Jun 05, 2014)
* updated notice file to include missing license
* Cached extra info to better detect changes.
* CB-6809 Add license to CONTRIBUTING.md
* CB-6491 add CONTRIBUTING.md
* CB-6350 - Fix networkStatusForFlags return value type to work with 64-bit iOS (closes #8)
* Initial version of firefox os network information plugin
* there was an error in the object definition

View File

@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.network-information" id="org.apache.cordova.network-information"
version="0.2.9-dev"> version="0.2.9">
<name>Network Information</name> <name>Network Information</name>
<description>Cordova Network Information Plugin</description> <description>Cordova Network Information Plugin</description>