From 15a36e907b3dd2185f4ab8fa3186abc44bce00c7 Mon Sep 17 00:00:00 2001 From: Temuri Takalandze Date: Sun, 12 Jun 2022 21:42:21 +0400 Subject: [PATCH] release: v1.0.3 --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- httpinfo.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efbca19..91f7d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +### [1.0.3](https://github.com/ABGEO/httpinfo/compare/v1.0.2...v1.0.3) (2022-06-12) + +### Bug Fixes + +* fix description parser ([00aebc1](https://github.com/ABGEO/httpinfo/commit/00aebc17db98da43d75e8c61c6cebaed4a5918ed)) + ## [1.0.2](https://github.com/ABGEO/httpinfo/compare/v1.0.1...v1.0.2) (2022-04-24) ### Bug Fixes diff --git a/README.md b/README.md index 4e9553b..8641721 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ Display information about HTTP status codes. Written in Abkhazia, Georgia 🇬🇪 2022-03-05. ## Installation + ```bash -$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.2/httpinfo.sh" -o /usr/local/bin/httpinfo +$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.3/httpinfo.sh" -o /usr/local/bin/httpinfo $ sudo chmod +x /usr/local/bin/httpinfo ``` diff --git a/httpinfo.sh b/httpinfo.sh index ffa055b..19c3035 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.