diff --git a/README.md b/README.md index 89e2ab4..6f9d460 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you've ever tried encoding GIFs with `ffmpeg` there's a good chance your resu ``` $ gifgen -h -gifgen 1.1.1 +gifgen 1.1.2 Usage: gifgen [options] [input] diff --git a/gifgen b/gifgen index 400c995..b7eaa0b 100755 --- a/gifgen +++ b/gifgen @@ -2,7 +2,7 @@ # Echo help/usage message show_help() { - echo "gifgen 1.1.1" + echo "gifgen 1.1.2" echo echo "Usage: gifgen [options] [input]" echo