You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/02/03 10:25:43 UTC

[couchdb] 01/01: Bump fauxton to v1.2.3

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

willholley pushed a commit to branch fauxton_1.2.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 0619ec7b19f07d3adda1dac9988881a50077e832
Author: Will Holley <wi...@gmail.com>
AuthorDate: Mon Feb 3 09:11:37 2020 +0000

    Bump fauxton to v1.2.3
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 0708606..885cf4b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -152,7 +152,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.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"}},