~zethra/kitty-img

428e691ea7a9ed207fe26a706489289be824ffbd — Sashanoraa 7 months ago 09f18b3 main 1.0.0
Bump version
2 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +1 -1
@@ 92,7 92,7 @@ checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"

[[package]]
name = "kitty-img"
version = "0.1.0"
version = "1.0.0"
dependencies = [
 "base64",
 "image",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,7 1,7 @@
[package]
name = "kitty-img"
description = "Print images inline in kitty"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
license = "MIT"