Skip to content

Commit

Permalink
bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jan 3, 2014
1 parent 442344e commit 4513cb8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Couchbeam - simple erlang CouchDB library. #

Copyright (c) 2009-2013 Benoît Chesneau.
Copyright (c) 2009-2014 Benoît Chesneau.

__Version:__ 1.0.0
__Version:__ 1.0.2

# couchbeam

Expand All @@ -23,16 +23,16 @@ in C.

#### Useful modules are:

- [`couchbeam`](http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam.md): The `couchbeam` module is the main interface for interaction
- [`couchbeam`](http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam.md): The `couchbeam` module is the main interface for interaction
with this application. It includes functions for managing connections to
CouchDB servers and Couchdb Databases and for performing document
creations, updates, deletes, views...
- [`couchbeam_doc`](http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_doc.md) Module to manipulate Documents structures. You can set values,
- [`couchbeam_doc`](http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_doc.md) Module to manipulate Documents structures. You can set values,
updates keys, ...
- [`couchbeam_attachments`](http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_attachments.md): Module to manipulate attachments. You can add, remove
- [`couchbeam_attachments`](http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_attachments.md): Module to manipulate attachments. You can add, remove
attachments in a Document structure (inline attachments).
- [`couchbeam_view`](http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_view.md): Module to manage view results.
- [`couchbeam_changes`](http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_changes.md): Module to manage changes feeds in couchdb. Follow continuously
- [`couchbeam_view`](http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_view.md): Module to manage view results.
- [`couchbeam_changes`](http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_changes.md): Module to manage changes feeds in couchdb. Follow continuously
the changes in a db or get all changes at once.

The goal of Couchbeam is to give all access to CouchDB 1.0 and sup API via
Expand Down Expand Up @@ -400,21 +400,21 @@ $ make devclean ; # clean all files


<table width="100%" border="0" summary="list of modules">
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam.md" class="module">couchbeam</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_app.md" class="module">couchbeam_app</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_attachments.md" class="module">couchbeam_attachments</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_changes.md" class="module">couchbeam_changes</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_changes_stream.md" class="module">couchbeam_changes_stream</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_changes_sup.md" class="module">couchbeam_changes_sup</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_deps.md" class="module">couchbeam_deps</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_doc.md" class="module">couchbeam_doc</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_ejson.md" class="module">couchbeam_ejson</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_httpc.md" class="module">couchbeam_httpc</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_sup.md" class="module">couchbeam_sup</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_util.md" class="module">couchbeam_util</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_uuids.md" class="module">couchbeam_uuids</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_view.md" class="module">couchbeam_view</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_view_stream.md" class="module">couchbeam_view_stream</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/couchbeam_view_sup.md" class="module">couchbeam_view_sup</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/master/doc/gen_changes.md" class="module">gen_changes</a></td></tr></table>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam.md" class="module">couchbeam</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_app.md" class="module">couchbeam_app</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_attachments.md" class="module">couchbeam_attachments</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_changes.md" class="module">couchbeam_changes</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_changes_stream.md" class="module">couchbeam_changes_stream</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_changes_sup.md" class="module">couchbeam_changes_sup</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_deps.md" class="module">couchbeam_deps</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_doc.md" class="module">couchbeam_doc</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_ejson.md" class="module">couchbeam_ejson</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_httpc.md" class="module">couchbeam_httpc</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_sup.md" class="module">couchbeam_sup</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_util.md" class="module">couchbeam_util</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_uuids.md" class="module">couchbeam_uuids</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_view.md" class="module">couchbeam_view</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_view_stream.md" class="module">couchbeam_view_stream</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/couchbeam_view_sup.md" class="module">couchbeam_view_sup</a></td></tr>
<tr><td><a href="http://github.com/benoitc/couchbeam/blob/v1.0.x/doc/gen_changes.md" class="module">gen_changes</a></td></tr></table>

4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Couchbeam - simple erlang CouchDB library. #

Copyright (c) 2009-2013 Benoît Chesneau.
Copyright (c) 2009-2014 Benoît Chesneau.

__Version:__ 1.0.0
__Version:__ 1.0.2

# couchbeam

Expand Down
4 changes: 2 additions & 2 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@



@copyright 2009-2013 Benoît Chesneau.
@version 1.0.1
@copyright 2009-2014 Benoît Chesneau.
@version 1.0.2
@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.1", keywords: ["couchdb",
version: "1.0.2", 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.1"]])
repositories: [[github: "benoitc/couchbeam", tag: "1.0.2"]])
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.1"},
{vsn, "1.0.2"},
{modules, []},
{registered, [
couchbeam_sup
Expand Down

0 comments on commit 4513cb8

Please sign in to comment.