diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/fabric.app | 2 | ||||
-rw-r--r-- | ebin/fabric.appup | 7 |
2 files changed, 5 insertions, 4 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, diff --git a/ebin/fabric.appup b/ebin/fabric.appup index d1f43486..312af372 100644 --- a/ebin/fabric.appup +++ b/ebin/fabric.appup @@ -1,3 +1,4 @@ -{"1.0.1",[{"1.0",[ - {load_module, fabric_doc_update} -]}],[{"1.0",[]}]}. +{"1.0.2",[{"1.0.1",[ + {load_module, fabric_rpc}, + {load_module, fabric_view} +]}],[{"1.0.1",[]}]}. |