Skip to content

Commit

Permalink
bump to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 19, 2016
1 parent b422515 commit 32f092d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2016 Benoît Chesneau.

__Version:__ 1.5.6
__Version:__ 1.5.7

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2016 Benoît Chesneau.

__Version:__ 1.5.6
__Version:__ 1.5.7

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


@copyright 2012-2016 Benoît Chesneau.
@version 1.5.6
@version 1.5.7
@title hackney - HTTP client library in Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Mix.Project
def project do
[
app: :hackney,
version: "1.5.6",
version: "1.5.7",
description: "simple HTTP client for the Erlang VM",
deps: deps,
package: package,
Expand Down
2 changes: 1 addition & 1 deletion src/hackney.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "1.5.6"},
{vsn, "1.5.7"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 32f092d

Please sign in to comment.