diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-28 17:35:57 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-07-28 17:35:57 -0400 |
commit | 1a37af5d8bc9fc72c6ff8e550b858f4a3c6e48ab (patch) | |
tree | 988e69003a79f6fcd5069ea0c6cf8287bbc2cad8 /ebin/fabric.app | |
parent | 62f6260f8b471569288e1917d0c79104fbf898ec (diff) |
appups for 1.2.2
Diffstat (limited to 'ebin/fabric.app')
-rw-r--r-- | ebin/fabric.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app index dde0393c..054b2586 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -1,6 +1,6 @@ {application, fabric, [ {description, "Routing and proxying layer for CouchDB cluster"}, - {vsn, "1.0.1"}, + {vsn, "1.0.2"}, {modules, [ fabric, fabric_db_create, |