diff options
author | Jakub Roztocil <jakub@roztocil.co> | 2023-05-22 18:04:06 +0200 |
---|---|---|
committer | Jakub Roztocil <jakub@roztocil.co> | 2023-05-22 18:04:06 +0200 |
commit | 442aa673ac732c34dbbb6e947d7455825b2968f5 (patch) | |
tree | 63e3675e1b612c79d6024d60ffb0f52b1101fd84 | |
parent | 3e290e5dba9abe80014fbe9cc73d7db4452112d6 (diff) |
Fix Choco changelog link
-rw-r--r-- | docs/packaging/windows-chocolatey/httpie.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/packaging/windows-chocolatey/httpie.nuspec b/docs/packaging/windows-chocolatey/httpie.nuspec index c54654c3..858fa5e2 100644 --- a/docs/packaging/windows-chocolatey/httpie.nuspec +++ b/docs/packaging/windows-chocolatey/httpie.nuspec @@ -33,7 +33,7 @@ Main features: <licenseUrl>https://raw.githubusercontent.com/httpie/httpie/master/LICENSE</licenseUrl> <iconUrl>https://pie-assets.s3.eu-central-1.amazonaws.com/LogoIcons/GB.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> - <releaseNotes>See the [changelog](https://github.com/httpie/httpie/releases/tag/3.2.0).</releaseNotes> + <releaseNotes>See the [changelog](https://github.com/httpie/httpie/releases/tag/3.2.2).</releaseNotes> <tags>httpie http https rest api client curl python ssl cli foss oss url</tags> <projectUrl>https://httpie.io</projectUrl> <packageSourceUrl>https://github.com/httpie/httpie/tree/master/docs/packaging/windows-chocolatey</packageSourceUrl> |