Skip to content

Commit

Permalink
New release after fixing travis-ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandru Mullaparthi committed Apr 19, 2016
1 parent b1e9ad4 commit 07e47c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================

19-04-2016 - v4.2.4
* Fixed travis-ci build as it was failing in running tests.
No code changes to ibrowse

19-04-2016 - v4.2.3
* Fix for https://github.com/cmullaparthi/ibrowse/issues/143
* Fix for https://github.com/cmullaparthi/ibrowse/issues/142
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.

**Comments to:** [email protected]

**Current Version:** 4.2.3
**Current Version:** 4.2.4

**Latest Version:** git://github.com/cmullaparthi/ibrowse.git

Expand Down
2 changes: 1 addition & 1 deletion src/ibrowse.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "Erlang HTTP client application"},
{vsn, "4.2.3"},
{vsn, "4.2.4"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
Expand Down

0 comments on commit 07e47c6

Please sign in to comment.