From 4c3a6bdab422499050ea256ece55a27065ff56bf Mon Sep 17 00:00:00 2001 From: Temuri Takalandze Date: Sun, 24 Apr 2022 19:41:57 +0400 Subject: [PATCH] release: v1.0.2 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- httpinfo.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9510b9..efbca19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## [1.0.2](https://github.com/ABGEO/httpinfo/compare/v1.0.1...v1.0.2) (2022-04-24) + +### Bug Fixes + +* fix description parser ([d644f24](https://github.com/ABGEO/httpinfo/commit/d644f248cc03375e4f6adeea6935e99865979dde)) + ## [1.0.1](https://github.com/ABGEO/httpinfo/compare/v1.0.0...v1.0.1) (2022-03-16) ### Bug Fixes diff --git a/README.md b/README.md index 2bbc22a..4e9553b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Written in Abkhazia, Georgia 🇬🇪 2022-03-05. ## Installation ```bash -$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.1/httpinfo.sh" -o /usr/local/bin/httpinfo +$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.2/httpinfo.sh" -o /usr/local/bin/httpinfo $ sudo chmod +x /usr/local/bin/httpinfo ``` diff --git a/httpinfo.sh b/httpinfo.sh index c35df2f..696cd62 100755 --- a/httpinfo.sh +++ b/httpinfo.sh @@ -24,7 +24,7 @@ EOF function print_version() { cat <. This is free software: you are free to change and redistribute it.