Skip to content

Commit

Permalink
release: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ABGEO committed Jun 12, 2022
1 parent 00aebc1 commit 15a36e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion httpinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EOF

function print_version() {
cat <<EOF
httpinfo 1.0.2
httpinfo 1.0.3
Copyright (C) 2022 Temuri Takalandze.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
Expand Down

0 comments on commit 15a36e9

Please sign in to comment.