diff --git a/NEWS b/NEWS index 125b77d7..5b6e5e54 100644 --- a/NEWS +++ b/NEWS @@ -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 -------------------------- diff --git a/README.md b/README.md index f8a7b3dc..8dc573c7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (c) 2009-2014 Benoît Chesneau. -__Version:__ 1.0.5 +__Version:__ 1.0.6 # couchbeam diff --git a/doc/overview.edoc b/doc/overview.edoc index 3687b33e..aa961c3d 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -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 diff --git a/package.exs b/package.exs index 0c431216..514d5922 100644 --- a/package.exs +++ b/package.exs @@ -1,5 +1,5 @@ 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"], @@ -7,4 +7,4 @@ Expm.Package.new(name: "couchbeam", description: "Apache CouchDB client in Erlan contributors: [], maintainers: [[name: "Benoit Chesneau", email: "bchesneau@gmail.com"]], - repositories: [[github: "benoitc/couchbeam", tag: "1.0.5"]]) + repositories: [[github: "benoitc/couchbeam", tag: "1.0.6"]]) diff --git a/src/couchbeam.app.src b/src/couchbeam.app.src index e30add2e..ad269e8c 100644 --- a/src/couchbeam.app.src +++ b/src/couchbeam.app.src @@ -5,7 +5,7 @@ {application, couchbeam, [{description, "Erlang CouchDB client"}, - {vsn, "1.0.5"}, + {vsn, "1.0.6"}, {modules, []}, {registered, [ couchbeam_sup