Skip to content

Commit 80c97af

Browse files
committed
[ bump ]: v0.1.1 fixed dir issues
1 parent d9df753 commit 80c97af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hxn"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = [ "PwnWriter < [email protected] >" ]
66
description = "Blazingly fast tool to grab screenshots of url/webpages from terminal."

src/ascii.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const BAR: &str = r"
1212
pub const HXN: &str = r"
1313
╦ ╦╔═╗╦ ╦╦ ═╗ ╦╔═╗╔╗╔
1414
╠═╣╠═╣╚╦╝║ ╔╩╦╝║ ║║║║
15-
╩ ╩╩ ╩ ╩ ╩═╝╩ ╚═╚═╝╝╚╝v0.1.0
15+
╩ ╩╩ ╩ ╩ ╩═╝╩ ╚═╚═╝╝╚╝v0.1.1
1616
 Shoot before the blink 
1717
by @PwnWriter
1818
";

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct Cli {
3232
#[arg(short, long)]
3333
/// Website URL/filename of file containing URLs
3434
url: String,
35-
#[arg(short, long, default_value = "wd + hxnshots")]
35+
#[arg(short, long, default_value = "hxnshots")]
3636
/// Output directory to save screenshots
3737
outdir: String,
3838
#[arg(short, long, default_value = "4")]

0 commit comments

Comments
 (0)