aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-06 10:19:30 +0200
committerLoïc Hoguin <[email protected]>2018-08-06 10:19:30 +0200
commitb1ca51bc78d9e974014e70b820c9296db4ecb4f1 (patch)
tree827bd83590ede96dd7d08c9e23f4d4ecfaf33c71
parent0ff0b2acfe9a113a4be9502fedfc4d74f4fc24f4 (diff)
downloadcowlib-b1ca51bc78d9e974014e70b820c9296db4ecb4f1.tar.gz
cowlib-b1ca51bc78d9e974014e70b820c9296db4ecb4f1.tar.bz2
cowlib-b1ca51bc78d9e974014e70b820c9296db4ecb4f1.zip
Cowlib 2.5.12.5.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 d68bca7..bf08d79 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.5.0
+PROJECT_VERSION = 2.5.1
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index e1ff343..3467e4c 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.5.0"},
+ {vsn, "2.5.1"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','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]},