summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-07-28 17:35:57 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:21:00 -0400
commitb4ba7a67ff78eb84c85c6f8e67fa6022745b3e54 (patch)
treedbf7a62fbc60e50cc69196a73c21be74fb2ac758
parent3e3d587680b86b79115ebef386296309e562ba1d (diff)
appups for 1.2.2
-rw-r--r--ebin/chttpd.app2
-rw-r--r--ebin/chttpd.appup5
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",[]}]}.