Skip to content

Commit

Permalink
Cowlib 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Mar 5, 2018
1 parent 8b9f9f0 commit 754affa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@

PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
PROJECT_VERSION = 2.1.0
PROJECT_VERSION = 2.2.0

# Options.

Expand Down
2 changes: 1 addition & 1 deletion ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
{vsn, "2.1.0"},
{vsn, "2.2.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]},
Expand Down

0 comments on commit 754affa

Please sign in to comment.