Skip to content

Commit 29ce8b7

Browse files
committed
bump to 0.2.0
1 parent 42d7be0 commit 29ce8b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 2013 Benoît Chesneau.
19-
@version 0.1.0
19+
@version 0.w.0
2020
@title hackney_lib - Web toolkit
2121

2222
@doc

package.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Expm.Package.new(name: "hackney_lib", description: "Web toolkit -
22
miscellaneous modules to play with HTTP and Web protocols",
3-
version: "0.1.1", keywords: ["web", "http","client", "server", "binary"],
3+
version: "0.2.0", keywords: ["web", "http","client", "server", "binary"],
44
dependencies: ["mimetypes"],
55
licenses: [[name: "Apache License, Version 2.0", file: "LICENSE"]],
66
contributors: [[name: "Adam Rutkowski",
@@ -62,5 +62,5 @@ miscellaneous modules to play with HTTP and Web protocols",
6262
]],
6363
maintainers: [[name: "Benoit Chesneau",
6464
email: "bchesneau@gmail.com"]],
65-
repositories: [[github: "benoitc/hackney_lib", tag: "0.1.1"]])
65+
repositories: [[github: "benoitc/hackney_lib", tag: "0.2.0"]])
6666

src/hackney_lib.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney_lib,
55
[
66
{description, "Web toolkit"},
7-
{vsn, "0.1.1"},
7+
{vsn, "0.2.0"},
88
{registered, []},
99
{applications, [mimetypes]},
1010
{included_applications, []},

0 commit comments

Comments
 (0)