You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/09/01 18:57:23 UTC

[couchdb] 01/01: Bump fauxton, docs for 3.1.1 release

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3.1.1-bump-deps
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b5cac746ea879bcc056ce3a45e7a9940de674496
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Sep 1 14:57:07 2020 -0400

    Bump fauxton, docs for 3.1.1 release
---
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index d8afc10..f939419 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,9 +151,9 @@ DepDescs = [
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "3.1.0-RC1"}, [raw]},
+                   {tag, "3.1.1-RC1"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.2.4"}, [raw]},
+                   {tag, "v1.2.5"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-6"}},