You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2019/10/02 14:56:00 UTC

[couchdb] branch fauxton-1.1.20 created (now 92e00c7)

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

rnewson pushed a change to branch fauxton-1.1.20
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 92e00c7  Update fauxton to version 1.1.20

This branch includes the following new commits:

     new 92e00c7  Update fauxton to version 1.1.20

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Update fauxton to version 1.1.20

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch fauxton-1.1.20
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 92e00c7c80ced8dc23ccc01d52554f29789e197d
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed Oct 2 15:55:25 2019 +0100

    Update fauxton to version 1.1.20
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index c38b6e2..425b458 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -110,7 +110,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "2.3.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.1.19"}, [raw]},
+                   {tag, "v1.1.20"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},