CB-5719 Updated version and RELEASENOTES.md for release 0.2.6
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/d9817d8b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/d9817d8b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/d9817d8b Branch: refs/heads/master Commit: d9817d8b4bbb5531c7cc3fc71e53ffa4542ad2d2 Parents: 026a2d1 Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ plugin.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/d9817d8b/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 46d641c..fce958f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -40,3 +40,6 @@ * [ubuntu] specify policy_group * add ubuntu platform * Added amazon-fireos platform. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos' + +### 0.2.6 (Jan 02, 2014) +* CB-5658 Add doc/index.md for netinfo plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/d9817d8b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 106c7b5..96285c8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,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.6-dev"> + version="0.2.6"> <name>Network Information</name> <description>Cordova Network Information Plugin</description>
