diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/chttpd.app | 2 | ||||
-rw-r--r-- | ebin/chttpd.appup | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ebin/chttpd.app b/ebin/chttpd.app index 7b072d4a..5b1b6cfb 100644 --- a/ebin/chttpd.app +++ b/ebin/chttpd.app @@ -1,6 +1,6 @@ {application, chttpd, [ {description, "HTTP interface for CouchDB cluster"}, - {vsn, "1.0.1"}, + {vsn, "1.0.2"}, {modules, [ chttpd, chttpd_app, diff --git a/ebin/chttpd.appup b/ebin/chttpd.appup index f0c687f7..9ba401ec 100644 --- a/ebin/chttpd.appup +++ b/ebin/chttpd.appup @@ -1,5 +1,4 @@ -{"1.0.1",[{"1.0",[ +{"1.0.2",[{"1.0.1",[ {load_module, chttpd_misc}, - {load_module, chttpd}, {load_module, cloudant_auth} -]}],[{"1.0",[]}]}. +]}],[{"1.0.1",[]}]}. |