[CB-5188] Updated version and RELEASENOTES.md for release 0.2.4

This commit is contained in:
Steven Gill 2013-10-28 12:07:03 -07:00
parent 51ba4adec1
commit f1a99e72fe
2 changed files with 5 additions and 1 deletions

View File

@ -31,3 +31,7 @@
* added Network APIs for FirefoxOS * added Network APIs for FirefoxOS
* Rename CHANGELOG.md -> RELEASENOTES.md * Rename CHANGELOG.md -> RELEASENOTES.md
* [CB-4752] Incremented plugin version on dev branch. * [CB-4752] Incremented plugin version on dev branch.
### 0.2.4 (Oct 28, 2013)
* CB-5128: add repo + issue tag to plugin.xml for network information plugin
* [CB-4915] Incremented plugin version on dev branch.

View File

@ -3,7 +3,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.4-dev"> version="0.2.4">
<name>Network Information</name> <name>Network Information</name>
<description>Cordova Network Information Plugin</description> <description>Cordova Network Information Plugin</description>