diff options
author | Loïc Hoguin <[email protected]> | 2025-09-18 11:45:36 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-09-18 11:45:36 +0200 |
commit | aca0ad953417b29bab2c41eeb4c37c98606c848b (patch) | |
tree | f26af7ac4d7cae77f2e97880744a057f585b2e8e /Makefile | |
parent | e2d7749f61b89cc6f8779ba66a5a8ab0fe85c827 (diff) | |
download | cowlib-master.tar.gz cowlib-master.tar.bz2 cowlib-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ PROJECT = cowlib PROJECT_DESCRIPTION = Support library for manipulating Web protocols. -PROJECT_VERSION = 2.15.0 +PROJECT_VERSION = 2.16.0 # Options. @@ -38,7 +38,7 @@ define HEX_TARBALL_EXTRA_METADATA #{ licenses => [<<"ISC">>], links => #{ - <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.15/manual/">>, + <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.16/manual/">>, <<"GitHub">> => <<"https://github.com/ninenines/cowlib">>, <<"Sponsor">> => <<"https://github.com/sponsors/essen">> } |