Updated Branches: refs/heads/dev 8132f4340 -> 3382df968
CB-5719 Updated version and RELEASENOTES.md for release 0.2.6 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/e5050a07 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/e5050a07 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/e5050a07 Branch: refs/heads/dev Commit: e5050a0779c78e73e5b251c6e8a5090205283d0f Parents: 8132f43 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-console/blob/e5050a07/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 97cfbb3..f15f20c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -33,3 +33,6 @@ ### 0.2.5 (Dec 4, 2013) * add ubuntu platform + +### 0.2.6 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Console plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e5050a07/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index f9c2e51..57b1871 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.console" - version="0.2.6-dev"> + version="0.2.6"> <name>Console</name> <description>Cordova Console Plugin</description>
