aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-16 12:39:45 +0100
committerLoïc Hoguin <[email protected]>2023-01-16 12:39:45 +0100
commit6d78697e159697cc5073cb846d3616dcac570ef2 (patch)
treee39d0a0436e388b466d0374af934e3361100e8bb /ebin/cowlib.app
parent881886ef2e119a973f1a0a6a23ec1ee634fe0daf (diff)
downloadcowlib-6d78697e159697cc5073cb846d3616dcac570ef2.tar.gz
cowlib-6d78697e159697cc5073cb846d3616dcac570ef2.tar.bz2
cowlib-6d78697e159697cc5073cb846d3616dcac570ef2.zip
Cowlib 2.12.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 bb49c80..6959b6e 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.11.0"},
+ {vsn, "2.12.0"},
{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]},