diff --git a/Cargo.toml b/Cargo.toml index 96c1b35..3320b3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hxn" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = [ "PwnWriter < hey@pwnwriter.xyz >" ] description = "Blazingly fast tool to grab screenshots of url/webpages from terminal." diff --git a/src/ascii.rs b/src/ascii.rs index 9a05f73..bd811c5 100644 --- a/src/ascii.rs +++ b/src/ascii.rs @@ -5,7 +5,7 @@ pub const BAR: &str = r" pub const HXN: &str = r" ╦ ╦╔═╗╦ ╦╦ ╔═╗╔╗╔ ╠═╣╠═╣╚╦╝║ 𝖃║ ║║║║ -╩ ╩╩ ╩ ╩ ╩═╝ ╚═╝╝╚╝v0.1.3 +╩ ╩╩ ╩ ╩ ╩═╝ ╚═╝╝╚╝v0.1.4  Shoot before the blink  by @PwnWriter ";