diff options
| author | Loïc Hoguin <[email protected]> | 2023-01-16 12:39:45 +0100 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2023-01-16 12:39:45 +0100 |
| commit | 6d78697e159697cc5073cb846d3616dcac570ef2 (patch) | |
| tree | e39d0a0436e388b466d0374af934e3361100e8bb /Makefile | |
| parent | 881886ef2e119a973f1a0a6a23ec1ee634fe0daf (diff) | |
| download | cowlib-6d78697e159697cc5073cb846d3616dcac570ef2.tar.gz cowlib-6d78697e159697cc5073cb846d3616dcac570ef2.tar.bz2 cowlib-6d78697e159697cc5073cb846d3616dcac570ef2.zip | |
Cowlib 2.12.0
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.11.0 +PROJECT_VERSION = 2.12.0 # Options. @@ -45,7 +45,7 @@ define HEX_TARBALL_EXTRA_METADATA #{ licenses => [<<"ISC">>], links => #{ - <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.11/manual/">>, + <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.12/manual/">>, <<"GitHub">> => <<"https://github.com/ninenines/cowlib">>, <<"Sponsor">> => <<"https://github.com/sponsors/essen">> } |
