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.appup | |
parent | 62f6260f8b471569288e1917d0c79104fbf898ec (diff) |
appups for 1.2.2
Diffstat (limited to 'ebin/fabric.appup')
-rw-r--r-- | ebin/fabric.appup | 7 |
1 files changed, 4 insertions, 3 deletions
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",[]}]}. |