Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Jan 2, 2019
1 parent b8da2b4 commit 7a8fc02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1.0/hugow && chmod +x hugow
curl -L -o hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.2.0/hugow && chmod +x hugow
```

or

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

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

# ------------------------------------------------------------------------------
# Hugo Wrapper (v1.1.0)
# Hugo Wrapper (v1.2.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.1.0"
VERSION_NUMBER="v1.2.0"

# hugo-wrapper command available flags
get_version=""
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.1.0)
# Hugo Wrapper (v1.2.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.1.0"
VERSION_NUMBER="v1.2.0"

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

0 comments on commit 7a8fc02

Please sign in to comment.