aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-16 16:37:30 +0100
committerLoïc Hoguin <[email protected]>2018-11-16 16:37:30 +0100
commit8588724cf91ddbb53b9c35ed665866556b217323 (patch)
treef89303a7109c038a058f666cb9aaa9b8ee7bb10a
parentdb7f61c0c27feb26fdc156cd6968d88a38ec0593 (diff)
downloadcowlib-8588724cf91ddbb53b9c35ed665866556b217323.tar.gz
cowlib-8588724cf91ddbb53b9c35ed665866556b217323.tar.bz2
cowlib-8588724cf91ddbb53b9c35ed665866556b217323.zip
Cowlib 2.7.02.7.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 1e087ef..b2c2d9e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.6.0
+PROJECT_VERSION = 2.7.0
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 3826365..7ecc024 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.6.0"},
+ {vsn, "2.7.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]},