diff options
author | Loïc Hoguin <[email protected]> | 2014-02-19 18:59:29 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-02-19 18:59:29 +0100 |
commit | 0d4ece08a7cce90a07cf33d4edad29bc324c7d90 (patch) | |
tree | 9ad1835fe847404598920aeca0633b12c8a98867 | |
parent | 943d80e7ec4eaf57a8a47b60d357ec35cb336d8a (diff) | |
download | cowlib-0d4ece08a7cce90a07cf33d4edad29bc324c7d90.tar.gz cowlib-0d4ece08a7cce90a07cf33d4edad29bc324c7d90.tar.bz2 cowlib-0d4ece08a7cce90a07cf33d4edad29bc324c7d90.zip |
Updated cowlib to 0.5.10.5.1
Fix multipart body reading. Thanks to Ali Sabil for the many tests
and reports.
-rw-r--r-- | src/cowlib.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowlib.app.src b/src/cowlib.app.src index 2520a6e..0946ec4 100644 --- a/src/cowlib.app.src +++ b/src/cowlib.app.src @@ -14,7 +14,7 @@ {application, cowlib, [ {description, "Support library for manipulating Web protocols."}, - {vsn, "0.5.0"}, + {vsn, "0.5.1"}, {modules, []}, {registered, []}, {applications, [ |