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 2019/10/09 11:22:20 UTC

[couchdb] branch master updated: Update fauxton to version 1.2.0 (#2247)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 201d593  Update fauxton to version 1.2.0 (#2247)
201d593 is described below

commit 201d5935cf920c450700fa2ebb524f9288faedd9
Author: Will Holley <wi...@gmail.com>
AuthorDate: Wed Oct 9 12:22:14 2019 +0100

    Update fauxton to version 1.2.0 (#2247)
---
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index 425b458..88cec89 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ NotSupported = fun(Ver) ->
     io:fwrite("Check https://docs.couchdb.org/en/latest/whatsnew/index.html for the~n"),
     io:fwrite("latest information on supported releases.~n"),
     case os:getenv("TRAVIS") of
-        "true" -> 
+        "true" ->
             io:fwrite("Travis run, ignoring bad release. You have been warned!~n"),
             ok;
         _ -> halt(1)
@@ -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.20"}, [raw]},
+                   {tag, "v1.2.0"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},