diff options
-rw-r--r-- | ebin/chttpd.app | 2 | ||||
-rw-r--r-- | ebin/chttpd.appup | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ebin/chttpd.app b/ebin/chttpd.app index 5b1b6cfb..a6a5f2b5 100644 --- a/ebin/chttpd.app +++ b/ebin/chttpd.app @@ -1,6 +1,6 @@ {application, chttpd, [ {description, "HTTP interface for CouchDB cluster"}, - {vsn, "1.0.2"}, + {vsn, "1.0.3"}, {modules, [ chttpd, chttpd_app, diff --git a/ebin/chttpd.appup b/ebin/chttpd.appup index 9ba401ec..e0b5cdfe 100644 --- a/ebin/chttpd.appup +++ b/ebin/chttpd.appup @@ -1,4 +1,4 @@ -{"1.0.2",[{"1.0.1",[ - {load_module, chttpd_misc}, - {load_module, cloudant_auth} -]}],[{"1.0.1",[]}]}. +{"1.0.3",[{"1.0.2",[ + {load_module, chttpd_external}, + {load_module, chttpd} +]}],[{"1.0.2",[]}]}. |