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 2018/08/07 18:29:25 UTC

[couchdb] 01/01: Bump fauxton

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

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

commit 1fa3770002eda8845725b19971f580e3e008cd6e
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Aug 7 14:29:16 2018 -0400

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

diff --git a/rebar.config.script b/rebar.config.script
index cd46955..b4de2d9 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -58,7 +58,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "2.2.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.1.17"}, [raw]},
+                   {tag, "v1.1.18"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.2"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},