Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ABGEO committed Mar 16, 2022
1 parent 4a39313 commit f251344
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🇬🇪
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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.0
httpinfo 1.0.1
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 f251344

Please sign in to comment.