Skip to content

Commit 15a36e9

Browse files
committed
release: v1.0.3
1 parent 00aebc1 commit 15a36e9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
### [1.0.3](https://github.com/ABGEO/httpinfo/compare/v1.0.2...v1.0.3) (2022-06-12)
4+
5+
### Bug Fixes
6+
7+
* fix description parser ([00aebc1](https://github.com/ABGEO/httpinfo/commit/00aebc17db98da43d75e8c61c6cebaed4a5918ed))
8+
39
## [1.0.2](https://github.com/ABGEO/httpinfo/compare/v1.0.1...v1.0.2) (2022-04-24)
410

511
### Bug Fixes

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Display information about HTTP status codes.
55
Written in Abkhazia, Georgia 🇬🇪 2022-03-05.
66

77
## Installation
8+
89
```bash
9-
$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.2/httpinfo.sh" -o /usr/local/bin/httpinfo
10+
$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.3/httpinfo.sh" -o /usr/local/bin/httpinfo
1011
$ sudo chmod +x /usr/local/bin/httpinfo
1112
```
1213

httpinfo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EOF
2424

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

0 commit comments

Comments
 (0)