Skip to content

Commit

Permalink
Cowlib 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Feb 14, 2025
1 parent 1f70437 commit d0ab49e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.13.0
PROJECT_VERSION = 2.14.0

# Options.

Expand Down Expand Up @@ -38,7 +38,7 @@ define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"ISC">>],
links => #{
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.13/manual/">>,
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.14/manual/">>,
<<"GitHub">> => <<"https://github.com/ninenines/cowlib">>,
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}
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.13.0"},
{vsn, "2.14.0"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_deflate','cow_hpack','cow_http','cow_http1','cow_http2','cow_http2_machine','cow_http3','cow_http3_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qpack','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},
Expand Down

0 comments on commit d0ab49e

Please sign in to comment.