From f2513441edf877b11e17da91960771783660cb99 Mon Sep 17 00:00:00 2001 From: Temuri Takalandze Date: Wed, 16 Mar 2022 19:03:42 +0400 Subject: [PATCH] release: v1.0.1 --- CHANGELOG.md | 8 +++++++- README.md | 2 +- httpinfo.sh | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bff8a..c9510b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # CHANGELOG -## [v1.0.0] - 2022-03-05 +## [1.0.1](https://github.com/ABGEO/httpinfo/compare/v1.0.0...v1.0.1) (2022-03-16) + +### Bug Fixes + +* fix shebang ([4a39313](https://github.com/ABGEO/httpinfo/commit/4a393137cfb9d7997e747b8ea805d679951c8c6b)), closes [#1](https://github.com/ABGEO/httpinfo/issues/1) + +## 1.0.0 (2022-03-05) ### Added - first version from Abkhazia 🇬🇪 diff --git a/README.md b/README.md index a306484..2bbc22a 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.0/httpinfo.sh" -o /usr/local/bin/httpinfo +$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.1/httpinfo.sh" -o /usr/local/bin/httpinfo $ sudo chmod +x /usr/local/bin/httpinfo ``` diff --git a/httpinfo.sh b/httpinfo.sh index feb498d..c92faab 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.