diff options
author | Loïc Hoguin <[email protected]> | 2018-06-04 08:44:27 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-04 08:44:27 +0200 |
commit | 804d5262a3369623683213b14d6b936066fc7aab (patch) | |
tree | 265b2eaac31842e5856008a4a5584be2172307d8 /ebin/cowlib.app | |
parent | 070b931ce5f4d911e23b1535457c4414a36610c6 (diff) | |
download | cowlib-3f48b9be6c061d089f6e34908ef0a4af4c8b9f63.tar.gz cowlib-3f48b9be6c061d089f6e34908ef0a4af4c8b9f63.tar.bz2 cowlib-3f48b9be6c061d089f6e34908ef0a4af4c8b9f63.zip |
Cowlib 2.4.02.4.0
Diffstat (limited to 'ebin/cowlib.app')
-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 6f63079..6f0df1e 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,6 +1,6 @@ {application, 'cowlib', [ {description, "Support library for manipulating Web protocols."}, - {vsn, "2.3.0"}, + {vsn, "2.4.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]}, |