diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-26 20:54:26 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 11:21:00 -0400 |
commit | 875f8552e49eb2c4d281533035acd548c7ebba92 (patch) | |
tree | 53b6c8d2b895f32c015774f53a985a3d4288bcb1 | |
parent | 1c5b4f76251999455be14c82c930f323915752bb (diff) |
appups for 1.2.1
-rw-r--r-- | ebin/chttpd.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/chttpd.app b/ebin/chttpd.app index 93364fc4..7b072d4a 100644 --- a/ebin/chttpd.app +++ b/ebin/chttpd.app @@ -1,6 +1,6 @@ {application, chttpd, [ {description, "HTTP interface for CouchDB cluster"}, - {vsn, "1.0"}, + {vsn, "1.0.1"}, {modules, [ chttpd, chttpd_app, |