diff options
author | Loïc Hoguin <[email protected]> | 2024-03-14 15:06:07 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-03-14 15:06:07 +0100 |
commit | 3ea8395eb8f53a57acb5d3c00b99c70296e7cdbd (patch) | |
tree | ec4e46cc8f911f282926f9af664decf0168b47bb /Makefile | |
parent | f7956a0f44fb3d7c926c4fe76d703b20d3ab734b (diff) | |
download | cowboy-2.12.0.tar.gz cowboy-2.12.0.tar.bz2 cowboy-2.12.0.zip |
Cowboy 2.12.02.12.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ PROJECT = cowboy PROJECT_DESCRIPTION = Small, fast, modern HTTP server. -PROJECT_VERSION = 2.11.0 +PROJECT_VERSION = 2.12.0 PROJECT_REGISTERED = cowboy_clock # Options. @@ -38,8 +38,8 @@ define HEX_TARBALL_EXTRA_METADATA #{ licenses => [<<"ISC">>], links => #{ - <<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.11/guide/">>, - <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.11/manual/">>, + <<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.12/guide/">>, + <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.12/manual/">>, <<"GitHub">> => <<"https://github.com/ninenines/cowboy">>, <<"Sponsor">> => <<"https://github.com/sponsors/essen">> } |