diff --git a/Cargo.toml b/Cargo.toml index 0a640cf..c44d166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "img2irc-rs" -version = "1.1.0" +version = "1.1.1" authors = ["waveplate"] github = "https://github.com/waveplate/img2irc" repository = "https://github.com/waveplate/img2irc" diff --git a/README.md b/README.md index 7d8753b..7bcc616 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# img2irc (1.1.0) +# img2irc (1.1.1) ![img2irc braille example](https://i.imgur.com/ZEJwuOb.png) ![img2irc preview](https://i.imgur.com/0omljq5.png) @@ -38,7 +38,7 @@ |----------------------------------------|---------------------------------------------------------------|---------------| | image | image url or file path | required | | -w, --width | output image width in columns | auto | -| -h, --height | output image height in rows | auto | +| -H, --height | output image height in rows | auto | | --scale | scaling factors (x:y, e.g., "2:2") | none | | --aspect | final aspect ratio (x:y, e.g., "2:1") | none | | --crop | crop image ("x1,y1,x2,y2") | none |