aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-04-24 16:20:14 +0200
committerLoïc Hoguin <[email protected]>2021-04-24 16:20:14 +0200
commite9448e5628c8c1d9083223ff973af8de31a566d1 (patch)
treeba7fd5ff1939b10373620ef008c3405399aae54f /ebin/cowlib.app
parent9df1a2399870a7944a1847fe2becf1738f747dce (diff)
downloadcowlib-e9448e5628c8c1d9083223ff973af8de31a566d1.tar.gz
cowlib-e9448e5628c8c1d9083223ff973af8de31a566d1.tar.bz2
cowlib-e9448e5628c8c1d9083223ff973af8de31a566d1.zip
Cowlib 2.11.02.11.0
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r--ebin/cowlib.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index d089998..bb49c80 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.10.1"},
+ {vsn, "2.11.0"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},