Skip to content

Commit f251344

Browse files
committed
release: v1.0.1
1 parent 4a39313 commit f251344

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG
22

3-
## [v1.0.0] - 2022-03-05
3+
## [1.0.1](https://github.com/ABGEO/httpinfo/compare/v1.0.0...v1.0.1) (2022-03-16)
4+
5+
### Bug Fixes
6+
7+
* fix shebang ([4a39313](https://github.com/ABGEO/httpinfo/commit/4a393137cfb9d7997e747b8ea805d679951c8c6b)), closes [#1](https://github.com/ABGEO/httpinfo/issues/1)
8+
9+
## 1.0.0 (2022-03-05)
410

511
### Added
612
- first version from Abkhazia 🇬🇪

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Written in Abkhazia, Georgia 🇬🇪 2022-03-05.
66

77
## Installation
88
```bash
9-
$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.0/httpinfo.sh" -o /usr/local/bin/httpinfo
9+
$ sudo curl -L "https://github.com/ABGEO/httpinfo/releases/download/v1.0.1/httpinfo.sh" -o /usr/local/bin/httpinfo
1010
$ sudo chmod +x /usr/local/bin/httpinfo
1111
```
1212

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.0
27+
httpinfo 1.0.1
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)