Skip to content

Commit f8d0ad7

Browse files
committed
Cowlib 2.15.0
1 parent 11c5540 commit f8d0ad7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PROJECT = cowlib
44
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
5-
PROJECT_VERSION = 2.14.0
5+
PROJECT_VERSION = 2.15.0
66

77
# Options.
88

@@ -38,7 +38,7 @@ define HEX_TARBALL_EXTRA_METADATA
3838
#{
3939
licenses => [<<"ISC">>],
4040
links => #{
41-
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.14/manual/">>,
41+
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.15/manual/">>,
4242
<<"GitHub">> => <<"https://github.com/ninenines/cowlib">>,
4343
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
4444
}

ebin/cowlib.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, 'cowlib', [
22
{description, "Support library for manipulating Web protocols."},
3-
{vsn, "2.14.0"},
3+
{vsn, "2.15.0"},
44
{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']},
55
{registered, []},
66
{applications, [kernel,stdlib,crypto]},

0 commit comments

Comments
 (0)