Skip to content

Commit

Permalink
bump 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 11, 2023
1 parent f8b89cd commit f190daf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,5 +1,10 @@
# NEWS

1.20.1 - 2013-10-11
-------------------

- fix multipart: handle case where Length is undefined

1.20.0 - 2023-10-10
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

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

__Version:__ 1.20.0
__Version:__ 1.20.1

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Expand Up @@ -4,7 +4,7 @@

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

__Version:__ 1.20.0
__Version:__ 1.20.1

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Expand Up @@ -17,7 +17,7 @@


@copyright 2012-2023 Benoît Chesneau.
@version 1.20.0
@version 1.20.1
@title hackney - HTTP client library in Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/hackney.app.src
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "1.20.0"},
{vsn, "1.20.1"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit f190daf

Please sign in to comment.