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:30 UTC

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

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

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


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

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

    Bump fauxton to v1.2.3 (#2515) (#2802)
    
    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 7eb0d03..cfb3134 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -152,7 +152,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "3.0.0-RC3"}, [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"}},