diff options
| author | Loïc Hoguin <[email protected]> | 2025-09-18 11:45:36 +0200 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2025-09-18 11:45:36 +0200 |
| commit | aca0ad953417b29bab2c41eeb4c37c98606c848b (patch) | |
| tree | f26af7ac4d7cae77f2e97880744a057f585b2e8e /ebin/cowlib.app | |
| parent | e2d7749f61b89cc6f8779ba66a5a8ab0fe85c827 (diff) | |
| download | cowlib-2.16.0.tar.gz cowlib-2.16.0.tar.bz2 cowlib-2.16.0.zip | |
Cowlib 2.16.02.16.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 9745cf0..c92244e 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,6 +1,6 @@ {application, 'cowlib', [ {description, "Support library for manipulating Web protocols."}, - {vsn, "2.15.0"}, + {vsn, "2.16.0"}, {modules, ['cow_base64url','cow_capsule','cow_cookie','cow_date','cow_deflate','cow_hpack','cow_http','cow_http1','cow_http2','cow_http2_machine','cow_http3','cow_http3_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qpack','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']}, {registered, []}, {applications, [kernel,stdlib,crypto]}, |
