aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-03-28 17:50:01 +0200
committerLoïc Hoguin <[email protected]>2018-03-28 17:50:01 +0200
commitb6381527831c5ebb74759e119a517b7d22d4b23a (patch)
tree13edc8da7f5168d3645b66b9d6f1df5b7db1326d /ebin/cowlib.app
parentfe4d3cc6f83a3ed45d425d6a61c4f2f731238fa3 (diff)
downloadcowlib-b6381527831c5ebb74759e119a517b7d22d4b23a.tar.gz
cowlib-b6381527831c5ebb74759e119a517b7d22d4b23a.tar.bz2
cowlib-b6381527831c5ebb74759e119a517b7d22d4b23a.zip
Cowlib 2.2.12.2.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 88f4f86..c79935e 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.0"},
+ {vsn, "2.2.1"},
{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]},