aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-30 14:34:10 +0200
committerLoïc Hoguin <[email protected]>2018-04-30 14:34:10 +0200
commit56a3fee151340212c1b7a92344e4ece07fc15010 (patch)
tree77ac499cb786ee9f5947630be128173cbeec8780 /ebin/cowlib.app
parent193521aa7351df37c19795e1d65b0f4e2ba97c9f (diff)
downloadcowlib-56a3fee151340212c1b7a92344e4ece07fc15010.tar.gz
cowlib-56a3fee151340212c1b7a92344e4ece07fc15010.tar.bz2
cowlib-56a3fee151340212c1b7a92344e4ece07fc15010.zip
Cowlib 2.3.02.3.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 c79935e..42872a7 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.2.1"},
+ {vsn, "2.3.0"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},