Fixed links
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/a1be5369 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/a1be5369 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/a1be5369 Branch: refs/heads/upstream Commit: a1be5369c94920e3fbb8729ac81125524acb56a6 Parents: 96ea3cb Author: Chandrashekhar Mullaparthi <[email protected]> Authored: Wed Nov 25 08:32:14 2015 +0000 Committer: Chandrashekhar Mullaparthi <[email protected]> Committed: Wed Nov 25 08:32:14 2015 +0000 ---------------------------------------------------------------------- CHANGELOG | 3 +++ README.md | 2 +- src/ibrowse.app.src | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/a1be5369/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index ad15c1f..17fa072 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ CONTRIBUTIONS & CHANGE HISTORY ============================== +25-11-2015 - v4.2.2 + * Fix to ibrowse.app.src to enable publishing using Hex + 25-11-2015 - v4.2.1 * Merged pull request https://github.com/cmullaparthi/ibrowse/pull/132 * Merged pull request https://github.com/cmullaparthi/ibrowse/pull/137 http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/a1be5369/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ae060ae..396a25f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang. **Comments to:** [email protected] -**Current Version:** 4.2.1 +**Current Version:** 4.2.2 **Latest Version:** git://github.com/cmullaparthi/ibrowse.git http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/a1be5369/src/ibrowse.app.src ---------------------------------------------------------------------- diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index b3a0e8f..84781fc 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -1,6 +1,6 @@ {application, ibrowse, [{description, "Erlang HTTP client application"}, - {vsn, "4.2.1"}, + {vsn, "4.2.2"}, {registered, [ibrowse_sup, ibrowse]}, {applications, [kernel,stdlib]}, {env, []},
