Skip to content

Commit 86fe0fa

Browse files
committed
Release 1.14.0
1 parent 237c80b commit 86fe0fa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
APP=gif
44
NAME := yeetgif
55
REPOSITORY := quay.io/sergey_grebenshchikov/$(NAME)
6-
VERSION := 1.13.0
6+
VERSION := 1.14.0
77
VERSION_COMMIT := $(VERSION)-$(shell printf "%s" "$$(git rev-parse HEAD)" | cut -c 1-8)
88

99
PACKAGES := $(shell go list -f {{.Dir}} ./...)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Or [download the binary](https://github.com/sgreben/yeetgif/releases/latest) fro
4141

4242
```sh
4343
# Linux
44-
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13.0/gif_1.13.0_linux_x86_64.tar.gz | tar xz
44+
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.14.0/gif_1.14.0_linux_x86_64.tar.gz | tar xz
4545

4646
# OS X
47-
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13.0/gif_1.13.0_osx_x86_64.tar.gz | tar xz
47+
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.14.0/gif_1.14.0_osx_x86_64.tar.gz | tar xz
4848

4949
# Windows
50-
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13.0/gif_1.13.0_windows_x86_64.zip
51-
unzip gif_1.13.0_windows_x86_64.zip
50+
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.14.0/gif_1.14.0_windows_x86_64.zip
51+
unzip gif_1.14.0_windows_x86_64.zip
5252
```
5353

5454
**NOTE**: To use the `optimize` command, you'll also need the [`giflossy`](https://github.com/kornelski/giflossy) fork of `gifsicle` installed:
@@ -181,9 +181,9 @@ Usage: gif shake [OPTIONS]
181181
˵(˵ ͡⚆ ͜ʖ ͡⚆˵)˵
182182
183183
Options:
184-
-f, --frequency (default 1)
185-
-a, --amplitude (default 8)
186-
-r, --random 🌀 (default 0.5)
184+
-f, --frequency (default [1])
185+
-a, --amplitude (default [7])
186+
-r, --random 🌀 (default 0.75)
187187
```
188188

189189
### woke

0 commit comments

Comments
 (0)