summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-09-10 11:53:22 -0400
committerGitHub <noreply@github.com>2020-09-10 15:53:22 +0000
commitf3d516490816771a0579afc99a74748e72bf39b0 (patch)
treedc821bb97e9ca27975e92757700b84aae8b302a0
parente171c63591fb948a1da666e3321f7622a2978df0 (diff)
downloadcouchdb-f3d516490816771a0579afc99a74748e72bf39b0.tar.gz
Bump fauxton, docs for 3.1.1 release (#3122)
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index d8afc10e3..e48a559ac 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,9 +151,9 @@ DepDescs = [
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
- {tag, "3.1.0-RC1"}, [raw]},
+ {tag, "3.1.1-RC1"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.2.4"}, [raw]},
+ {tag, "v1.2.6"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-6"}},