diff options
-rw-r--r-- | ebin/fabric.appup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/fabric.appup b/ebin/fabric.appup new file mode 100644 index 00000000..d1f43486 --- /dev/null +++ b/ebin/fabric.appup @@ -0,0 +1,3 @@ +{"1.0.1",[{"1.0",[ + {load_module, fabric_doc_update} +]}],[{"1.0",[]}]}. |