From 1eb7f4293a652adcfe43b1835d22c58d8def839f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 14 Mar 2024 12:44:36 +0100 Subject: Cowlib 2.13.0 --- LICENSE | 2 +- Makefile | 4 ++-- ebin/cowlib.app | 2 +- src/cow_http2_machine.erl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 4f91160..fac238f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2023, Loïc Hoguin +Copyright (c) 2013-2024, Loïc Hoguin Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/Makefile b/Makefile index 0c17f95..93debfc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT = cowlib PROJECT_DESCRIPTION = Support library for manipulating Web protocols. -PROJECT_VERSION = 2.12.1 +PROJECT_VERSION = 2.13.0 # Options. @@ -45,7 +45,7 @@ define HEX_TARBALL_EXTRA_METADATA #{ licenses => [<<"ISC">>], links => #{ - <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.12/manual/">>, + <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.13/manual/">>, <<"GitHub">> => <<"https://github.com/ninenines/cowlib">>, <<"Sponsor">> => <<"https://github.com/sponsors/essen">> } diff --git a/ebin/cowlib.app b/ebin/cowlib.app index 3d5c5e7..ade4ae5 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,6 +1,6 @@ {application, 'cowlib', [ {description, "Support library for manipulating Web protocols."}, - {vsn, "2.12.1"}, + {vsn, "2.13.0"}, {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]}, diff --git a/src/cow_http2_machine.erl b/src/cow_http2_machine.erl index 5fce29b..69df267 100644 --- a/src/cow_http2_machine.erl +++ b/src/cow_http2_machine.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2018-2023, Loïc Hoguin +%% Copyright (c) 2018-2024, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3