From b4ba7a67ff78eb84c85c6f8e67fa6022745b3e54 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 28 Jul 2010 17:35:57 -0400 Subject: appups for 1.2.2 --- ebin/chttpd.app | 2 +- 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",[]}]}. -- cgit v1.2.3