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 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:** chandrashekhar.mullaparthi@gmail.com -**Current Version:** 4.2.1 +**Current Version:** 4.2.2 **Latest Version:** git://github.com/cmullaparthi/ibrowse.git 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, []},