From a1fd6a47f015e7a5748179920b210103899e1ee8 Mon Sep 17 00:00:00 2001 From: pwnwriter Date: Wed, 12 Apr 2023 21:40:50 +0545 Subject: [PATCH] =?UTF-8?q?[=20bump=20]:=20v0.1.4=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- src/ascii.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ";