aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-03-14 15:52:00 +0100
committerLoïc Hoguin <[email protected]>2024-03-14 15:52:00 +0100
commit5dff085cd14923fb77eda9849accd3d7b9bd8ff7 (patch)
treef283f5ef2d57730234ff2175663e0a9821e706f6 /Makefile
parent8b5f1609faffcf1166ca54c08df4ca9216c51993 (diff)
downloadgun-5dff085cd14923fb77eda9849accd3d7b9bd8ff7.tar.gz
gun-5dff085cd14923fb77eda9849accd3d7b9bd8ff7.tar.bz2
gun-5dff085cd14923fb77eda9849accd3d7b9bd8ff7.zip
Gun 2.1.02.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ca63664..1609a37 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = gun
PROJECT_DESCRIPTION = HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
-PROJECT_VERSION = 2.0.1
+PROJECT_VERSION = 2.1.0
# Options.
@@ -40,8 +40,8 @@ define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"ISC">>],
links => #{
- <<"Function reference">> => <<"https://ninenines.eu/docs/en/gun/2.0/manual/">>,
- <<"User guide">> => <<"https://ninenines.eu/docs/en/gun/2.0/guide/">>,
+ <<"Function reference">> => <<"https://ninenines.eu/docs/en/gun/2.1/manual/">>,
+ <<"User guide">> => <<"https://ninenines.eu/docs/en/gun/2.1/guide/">>,
<<"GitHub">> => <<"https://github.com/ninenines/gun">>,
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}