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/04/22 18:51:24 UTC

[couchdb] branch 3.x updated: Bump fauxton to v1.2.3 (#2515) (#2803)

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

wohali pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new 7482550  Bump fauxton to v1.2.3 (#2515) (#2803)
7482550 is described below

commit 74825502ceebfad35c928fa1dc0415810a617a6d
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Wed Apr 22 14:51:15 2020 -0400

    Bump fauxton to v1.2.3 (#2515) (#2803)
    
    Co-authored-by: Joan Touzet <wo...@users.noreply.github.com>
    
    Co-authored-by: Will Holley <wi...@apache.org>
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 408ad3d..bfca5c8 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -153,7 +153,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "3.0.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.2.2"}, [raw]},
+                   {tag, "v1.2.3"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-6"}},