aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-03-05 15:51:54 +0100
committerLoïc Hoguin <[email protected]>2018-03-05 15:51:54 +0100
commit754affa48f749229952e54c8949299c8bf7c5e32 (patch)
tree6fdaedc97bfea29ed1735a6e7029bcfae94564b8
parent8b9f9f086691d154d6822c013a7f162a9726e390 (diff)
downloadcowlib-754affa48f749229952e54c8949299c8bf7c5e32.tar.gz
cowlib-754affa48f749229952e54c8949299c8bf7c5e32.tar.bz2
cowlib-754affa48f749229952e54c8949299c8bf7c5e32.zip
Cowlib 2.2.02.2.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 9c9a44f..4d91f60 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.1.0
+PROJECT_VERSION = 2.2.0
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index fcfb118..88f4f86 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.1.0"},
+ {vsn, "2.2.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]},