diff options
author | Loïc Hoguin <[email protected]> | 2025-04-11 11:41:47 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-04-11 11:41:47 +0200 |
commit | f8d0ad7f19b5dddd33cbfb089ebd2e2be2a81a5d (patch) | |
tree | 1bc1b56a2c8f3945ae39a6c5b07d1c88262b4cfb /Makefile | |
parent | 11c5540165475c8e9d67ef96609f1a1e3bd252fb (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.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">> } |