diff options
author | Loïc Hoguin <[email protected]> | 2018-09-17 11:46:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-09-17 11:46:05 +0200 |
commit | 106ba84bb04537879d8ce59321a04e0682110b91 (patch) | |
tree | 3deeb50a28497935ace26b63d9e8bd182a5fd5cb /ebin | |
parent | 889f26865006095bab986113ba249632523cd414 (diff) | |
download | cowlib-106ba84bb04537879d8ce59321a04e0682110b91.tar.gz cowlib-106ba84bb04537879d8ce59321a04e0682110b91.tar.bz2 cowlib-106ba84bb04537879d8ce59321a04e0682110b91.zip |
Cowlib 2.6.02.6.0
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/cowlib.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app index 3467e4c..c41b719 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,6 +1,6 @@ {application, 'cowlib', [ {description, "Support library for manipulating Web protocols."}, - {vsn, "2.5.1"}, + {vsn, "2.6.0"}, {modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_iolists','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']}, {registered, []}, {applications, [kernel,stdlib,crypto]}, |