Skip to content

Commit

Permalink
Release version v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Mar 1, 2021
1 parent 6dd2eba commit 3919a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ In order to use the `hugow` binary, you only need to download it and place it in
of your Hugo project.

```bash
curl -L -o hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.4.2/hugow && chmod +x hugow
curl -L -o hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.5.0/hugow && chmod +x hugow
```

or

```bash
wget -O hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.4.2/hugow && chmod +x hugow
wget -O hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.5.0/hugow && chmod +x hugow
```

## Upgrade Hugo Wrapper
Expand Down
4 changes: 2 additions & 2 deletions hugow
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# Hugo Wrapper (v1.4.2)
# Hugo Wrapper (v1.5.0)
#
# Hugo Wrapper is a POSIX-style shell script which acts as a wrapper to download
# and execute Hugo binary for your platform. It can be executed in variety of
Expand All @@ -35,7 +35,7 @@

set -e

VERSION_NUMBER="v1.4.2"
VERSION_NUMBER="v1.5.0"

# hugo-wrapper command available flags
get_version=""
Expand Down

0 comments on commit 3919a0f

Please sign in to comment.