Skip to content

Commit

Permalink
use latest hackney to make sure we use source packages
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 4, 2015
1 parent 84951b2 commit 308ec57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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) 2009-2015 Benoît Chesneau.

__Version:__ 1.2.0
__Version:__ 1.2.1

# couchbeam

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) 2009-2015 Benoît Chesneau.

__Version:__ 1.2.0
__Version:__ 1.2.1

# couchbeam

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


@copyright 2009-2015 Benoît Chesneau.
@version 1.2.0
@version 1.2.1
@title Couchbeam - simple Barrel and Apache CouchDB client library for Erlang applications

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/couchbeam.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{application, couchbeam,
[{description, "Erlang CouchDB client"},
{vsn, "1.2.0"},
{vsn, "1.2.1"},
{modules, []},
{registered, [
couchbeam_sup
Expand Down

0 comments on commit 308ec57

Please sign in to comment.