aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-11 13:49:13 +0100
committerLoïc Hoguin <[email protected]>2017-12-11 13:49:13 +0100
commit3ef5b48a028bb66f82b452c98ae515903096641c (patch)
tree5197e3e3eb7b24c67b0cb1460b6c213b00efd77d
parent824d807225f9b6f692be365635e1792c20cf9ad0 (diff)
downloadcowlib-3ef5b48a028bb66f82b452c98ae515903096641c.tar.gz
cowlib-3ef5b48a028bb66f82b452c98ae515903096641c.tar.bz2
cowlib-3ef5b48a028bb66f82b452c98ae515903096641c.zip
Cowlib 2.1.02.1.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 9f3d1b8..edca24a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.0.1
+PROJECT_VERSION = 2.1.0
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 5a8abb6..fcfb118 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.1"},
+ {vsn, "2.1.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]},