Skip to content

Commit

Permalink
Cowlib 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Mar 29, 2023
1 parent b9eb3de commit cc04201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
PROJECT_VERSION = 2.12.0
PROJECT_VERSION = 2.12.1

# Options.

Expand Down
2 changes: 1 addition & 1 deletion ebin/cowlib.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
{vsn, "2.12.0"},
{vsn, "2.12.1"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},
Expand Down

0 comments on commit cc04201

Please sign in to comment.