aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-04-11 11:41:47 +0200
committerLoïc Hoguin <[email protected]>2025-04-11 11:41:47 +0200
commitf8d0ad7f19b5dddd33cbfb089ebd2e2be2a81a5d (patch)
tree1bc1b56a2c8f3945ae39a6c5b07d1c88262b4cfb
parent11c5540165475c8e9d67ef96609f1a1e3bd252fb (diff)
downloadcowlib-master.tar.gz
cowlib-master.tar.bz2
cowlib-master.zip
Cowlib 2.15.0HEAD2.15.0master
-rw-r--r--Makefile4
-rw-r--r--ebin/cowlib.app2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 03d2937..0b3ddac 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.14.0
+PROJECT_VERSION = 2.15.0
# Options.
@@ -38,7 +38,7 @@ define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"ISC">>],
links => #{
- <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.14/manual/">>,
+ <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.15/manual/">>,
<<"GitHub">> => <<"https://github.com/ninenines/cowlib">>,
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 68dc5b5..4c6d3fd 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.14.0"},
+ {vsn, "2.15.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]},