aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-03 09:07:32 +0200
committerLoïc Hoguin <[email protected]>2018-08-03 09:07:32 +0200
commitd037ef2e6f35e998e528649195e0369441129a7f (patch)
tree42fa1c9603c620caa423c90399bdef0313be0dde
parent0e2e9f3bf6d5059f8af983ee38da94d7e5e47fa7 (diff)
downloadcowlib-d037ef2e6f35e998e528649195e0369441129a7f.tar.gz
cowlib-d037ef2e6f35e998e528649195e0369441129a7f.tar.bz2
cowlib-d037ef2e6f35e998e528649195e0369441129a7f.zip
Cowlib 2.5.02.5.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 bec98b5..d68bca7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.4.0
+PROJECT_VERSION = 2.5.0
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 6f0df1e..e1ff343 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.4.0"},
+ {vsn, "2.5.0"},
{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]},