diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-05 15:57:28 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 01:24:11 -0400 |
commit | 5f4f2cf10dfb7e7d27c3207103a2c2e630880af0 (patch) | |
tree | fd168acd751f1eb020f1637605d184a3c2375a4b | |
parent | f03a4121b8f22997108ba75b0e130f3731d76c48 (diff) |
update .app to 1.0
-rw-r--r-- | ebin/mem3.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/mem3.app b/ebin/mem3.app index 05d50748..4d0cf69b 100644 --- a/ebin/mem3.app +++ b/ebin/mem3.app @@ -1,7 +1,7 @@ {application, mem3, [ {description, "CouchDB Cluster Membership"}, {mod, {mem3_app, []}}, - {vsn, "0.9.6"}, + {vsn, "1.0"}, {modules, [ mem3, mem3_app, |