Skip to content

Commit c5af75c

Browse files
committed
bump to 0.13.1
minor version to reflect changes in idna library.
1 parent 206fc91 commit c5af75c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2012-2014 Benoît Chesneau.
66

7-
__Version:__ 0.13.0
7+
__Version:__ 0.13.1
88

99
# hackney
1010

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2012-2014 Benoît Chesneau.
66

7-
__Version:__ 0.13.0
7+
__Version:__ 0.13.1
88

99
# hackney
1010

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
@copyright 2012-2014 Benoît Chesneau.
19-
@version 0.13.0
19+
@version 0.13.1
2020
@title hackney - HTTP client library in Erlang
2121

2222
@doc

src/hackney.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney,
55
[
66
{description, "simple HTTP client"},
7-
{vsn, "0.13.0"},
7+
{vsn, "0.13.1"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)