aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-03-28 17:50:01 +0200
committerLoïc Hoguin <[email protected]>2018-03-28 17:50:01 +0200
commitb6381527831c5ebb74759e119a517b7d22d4b23a (patch)
tree13edc8da7f5168d3645b66b9d6f1df5b7db1326d
parentfe4d3cc6f83a3ed45d425d6a61c4f2f731238fa3 (diff)
downloadcowlib-b6381527831c5ebb74759e119a517b7d22d4b23a.tar.gz
cowlib-b6381527831c5ebb74759e119a517b7d22d4b23a.tar.bz2
cowlib-b6381527831c5ebb74759e119a517b7d22d4b23a.zip
Cowlib 2.2.12.2.1
-rw-r--r--Makefile2
-rw-r--r--ebin/cowlib.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d91f60..80bf7b3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.2.0
+PROJECT_VERSION = 2.2.1
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 88f4f86..c79935e 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.2.0"},
+ {vsn, "2.2.1"},
{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]},