aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-10 16:01:28 +0200
committerLoïc Hoguin <[email protected]>2019-10-10 16:01:28 +0200
commitf184de86c1583587c4ceafcc39d9960afba518e0 (patch)
tree3ae98978b0e02784d0cf0a3f40d9952bc16d6458
parenta551f8b71bcd61c34ef244fab1a9f199d252fb44 (diff)
downloadcowlib-f184de86c1583587c4ceafcc39d9960afba518e0.tar.gz
cowlib-f184de86c1583587c4ceafcc39d9960afba518e0.tar.bz2
cowlib-f184de86c1583587c4ceafcc39d9960afba518e0.zip
Cowlib 2.8.0
-rw-r--r--Makefile2
-rw-r--r--ebin/cowlib.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 59da917..4a9605d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.7.3
+PROJECT_VERSION = 2.8.0
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 8ccccd1..960f5d2 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.7.3"},
+ {vsn, "2.8.0"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_te','cow_iolists','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},