Skip to content

Commit

Permalink
bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Apr 18, 2014
1 parent 9b48b5a commit 4ee1abc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
couchbeam NEWS
--------------

version 1.0.6 / 2014-04-18
--------------------------

- bump to [hackney 0.12.1](https://github.com/benoitc/hackney/releases/tag/0.12.2)


version 1.0.5 / 2014-04-18
--------------------------

Expand Down
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-2014 Benoît Chesneau.

__Version:__ 1.0.5
__Version:__ 1.0.6

# 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-2014 Benoît Chesneau.
@version 1.0.5
@version 1.0.6
@title Couchbeam - simple erlang CouchDB library.

@doc
Expand Down
4 changes: 2 additions & 2 deletions package.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Expm.Package.new(name: "couchbeam", description: "Apache CouchDB client in Erlang",
version: "1.0.5", keywords: ["couchdb",
version: "1.0.6", keywords: ["couchdb",
"http","client","binary",
"database"],
dependencies: ["hackney"],
licenses: [[name: "MIT", file: "LICENSE"]],
contributors: [],
maintainers: [[name: "Benoit Chesneau",
email: "[email protected]"]],
repositories: [[github: "benoitc/couchbeam", tag: "1.0.5"]])
repositories: [[github: "benoitc/couchbeam", tag: "1.0.6"]])
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.0.5"},
{vsn, "1.0.6"},
{modules, []},
{registered, [
couchbeam_sup
Expand Down

0 comments on commit 4ee1abc

Please sign in to comment.