From 974f97224523bdc09bafa3f1ce18c31b7dc78986 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Fri, 30 Jul 2010 15:16:56 -0400 Subject: appups for 1.2.3 --- ebin/chttpd.app | 2 +- 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",[]}]}. -- cgit v1.2.3