diff options
author | Adam Kocoloski <adam@cloudant.com> | 2011-11-09 14:33:46 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2011-11-09 14:33:46 -0500 |
commit | 89850ce8d8ae32f8e0c3803655643a265b3f7fbd (patch) | |
tree | 967d32a232040b176a8f08b69e3e3c3e75b4f833 | |
parent | 223646af60465522572cfea014f35bfa68496d0e (diff) |
Bump fabric version and drop the pre1 from release version
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rel/reltool.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 417ddb2f..9816e46a 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", {tag, "1.5.5"}}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - {tag, "2.0.1"}}}, + {tag, "2.0.2"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", {tag, "2.0.0"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", diff --git a/rel/reltool.config b/rel/reltool.config index 6aa8735c..3caff2d1 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -14,7 +14,7 @@ {sys, [ {lib_dirs, ["../apps", "../deps"]}, - {rel, "bigcouch", "0.4.0pre1", [ + {rel, "bigcouch", "0.4.0", [ kernel, stdlib, sasl, |