summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config.script6
-rw-r--r--rel/reltool.config2
-rw-r--r--version.mk2
3 files changed, 5 insertions, 5 deletions
diff --git a/rebar.config.script b/rebar.config.script
index cdd80e4c3..1f42020a5 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -46,7 +46,7 @@ SubDirs = [
DepDescs = [
%% Independent Apps
-{config, "config", {tag, "1.0.1"}},
+{config, "config", {tag, "1.0.4"}},
{b64url, "b64url", {tag, "1.0.1"}},
{ets_lru, "ets-lru", {tag, "1.0.0"}},
{khash, "khash", {tag, "1.0.1"}},
@@ -56,9 +56,9 @@ DepDescs = [
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
- {tag, "2.1.1"}, [raw]},
+ {tag, "2.1.2"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.1.14"}, [raw]},
+ {tag, "v1.1.15"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},
diff --git a/rel/reltool.config b/rel/reltool.config
index 8bcf4c2ba..3453ffa05 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
{sys, [
{lib_dirs, ["../src"]},
- {rel, "couchdb", "2.1.1", [
+ {rel, "couchdb", "2.1.2", [
%% stdlib
asn1,
compiler,
diff --git a/version.mk b/version.mk
index a0b8bd1e3..41cd557ab 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
vsn_major=2
vsn_minor=1
-vsn_patch=1
+vsn_patch=2