Skip to content

Commit

Permalink
bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jul 1, 2016
1 parent d9165a4 commit 4e4563f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
couchbeam NEWS
--------------

version 1.3.1 / 2016-07-01
--------------------------

- fix: accept 202 status in `couchbeam:save_doc/4` function (#144)
- fix: spec syntax to build with Erlang 19 (#145)

version 1.3.0 / 2016-03-22
--------------------------

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

Copyright (c) 2009-2016 Benoît Chesneau.

__Version:__ 1.3.0
__Version:__ 1.3.1

# couchbeam

Expand Down Expand Up @@ -34,7 +34,7 @@ the changes in a db or get all changes at once.

The goal of Couchbeam is to ease the access to the Apache CouchDB and RCOUCH HTTP API in erlang.

Read the [NEWS](https://raw.github.com/benoitc/couchbeam/master/NEWS.md) file
Read the [NEWS](https://raw.github.com/benoitc/couchbeam/master/NEWS) file
to get last changelog.

## Installation
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-2016 Benoît Chesneau.

__Version:__ 1.3.0
__Version:__ 1.3.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-2016 Benoît Chesneau.
@version 1.3.0
@version 1.3.1
@title Couchbeam - simple Barrel and Apache CouchDB client library for Erlang applications

@doc
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{deps, [
{jsx, "2.8.0"},
{hackney, "1.5.7"}
{hackney, "1.6.0"}
]}.


Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{<<"certifi">>,{pkg,<<"certifi">>,<<"0.4.0">>},1},
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.5.7">>},0},
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.6.0">>},0},
{<<"idna">>,{pkg,<<"idna">>,<<"1.2.0">>},1},
{<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.0">>},0},
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},1},
Expand Down
2 changes: 1 addition & 1 deletion src/couchbeam.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 4e4563f

Please sign in to comment.