aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-04-01 19:07:28 +0200
committerLoïc Hoguin <[email protected]>2020-04-01 19:07:28 +0200
commit1b5539a1da1d39b110d81b118000f00bbedaf4b4 (patch)
treee14da50c0957f8b1f10106ceba56ea49a59a76d2 /ebin
parent2ecd128438f9b5b4d9979e89113ef1a9d47acdb7 (diff)
downloadcowlib-1b5539a1da1d39b110d81b118000f00bbedaf4b4.tar.gz
cowlib-1b5539a1da1d39b110d81b118000f00bbedaf4b4.tar.bz2
cowlib-1b5539a1da1d39b110d81b118000f00bbedaf4b4.zip
Cowlib 2.9.12.9.1
Diffstat (limited to 'ebin')
-rw-r--r--ebin/cowlib.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 90a4d9e..822d11e 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.9.0"},
+ {vsn, "2.9.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]},