aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-31 22:58:17 +0000
committerLoïc Hoguin <[email protected]>2017-10-31 22:58:17 +0000
commit61821cee0e8272430c003cb2393244a836754b1a (patch)
tree265f4567fc10e69b0a9bd26fe2002979bfdca5af
parent1bdac844111eb11f584e38d1203882ec460d0201 (diff)
downloadcowlib-2.0.1.tar.gz
cowlib-2.0.1.tar.bz2
cowlib-2.0.1.zip
Cowlib 2.0.12.0.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 b649131..a998cad 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.0.0
+PROJECT_VERSION = 2.0.1
#ERLC_OPTS += +bin_opt_info
ifdef HIPE
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 15e80ac..5a8abb6 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.0.0"},
+ {vsn, "2.0.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]},