aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-03 16:57:14 +0200
committerLoïc Hoguin <[email protected]>2017-10-03 16:57:14 +0200
commit84de4521cb0be051b7c052cd0fb0e52e0d12c9fd (patch)
treeb0ce9d6cd282860fbe03ee8223fd990eba6f52ce /ebin/cowlib.app
parent6b3f7a59cc78149db405effc44c46927dd0b714b (diff)
downloadcowlib-84de4521cb0be051b7c052cd0fb0e52e0d12c9fd.tar.gz
cowlib-84de4521cb0be051b7c052cd0fb0e52e0d12c9fd.tar.bz2
cowlib-84de4521cb0be051b7c052cd0fb0e52e0d12c9fd.zip
Update cowlib.app
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 0234f11..15e80ac 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.0.0-rc.1"},
+ {vsn, "2.0.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]},