aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-17 17:45:46 +0100
committerLoïc Hoguin <[email protected]>2020-11-17 17:47:38 +0100
commitbda81ceebe9247cdf7a940e736901859376e6581 (patch)
tree5979f0eefed1a3c3c757bf250115c5928d1dbf3c /ebin/cowlib.app
parent6780fdbdeff194d9d240116ad4f347c2208496ee (diff)
downloadcowlib-bda81ceebe9247cdf7a940e736901859376e6581.tar.gz
cowlib-bda81ceebe9247cdf7a940e736901859376e6581.tar.bz2
cowlib-bda81ceebe9247cdf7a940e736901859376e6581.zip
Cowlib 2.10.1
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 5f69423..d089998 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.0"},
+ {vsn, "2.10.1"},
{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]},