Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Oct 6, 2018
1 parent b53d656 commit 31d19b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
APP=gif
NAME := yeetgif
REPOSITORY := quay.io/sergey_grebenshchikov/$(NAME)
VERSION := 1.0.11
VERSION := 1.1.0
VERSION_COMMIT := $(VERSION)-$(shell printf "%s" "$$(git rev-parse HEAD)")

PACKAGES := $(shell go list -f {{.Dir}} ./...)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Or [download the binary](https://github.com/sgreben/yeetgif/releases/latest) fro

```sh
# Linux
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.11/gif_1.0.11_linux_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.1.0/gif_1.1.0_linux_x86_64.tar.gz | tar xz

# OS X
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.11/gif_1.0.11_osx_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.1.0/gif_1.1.0_osx_x86_64.tar.gz | tar xz

# Windows
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.0.11/gif_1.0.11_windows_x86_64.zip
unzip gif_1.0.11_windows_x86_64.zip
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.1.0/gif_1.1.0_windows_x86_64.zip
unzip gif_1.1.0_windows_x86_64.zip
```

## Use it
Expand Down

0 comments on commit 31d19b9

Please sign in to comment.