Skip to content

Commit

Permalink
new version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toorajtaraz committed Mar 2, 2021
1 parent 4734b8c commit f6f0b91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skywalker"
version = "0.2.0"
version = "0.2.1"
authors = ["tooraj taraz <tooraj.info@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The route tracing library used is implemented by me at [librtraceroute](https://
/____/_/|_|\__, / |__/|__/\__,_/_/_/|_|\___/_/
/____/
0.2.0
0.2.1
Tooraj Taraz <tooraj.info@gmail.com>
SKYWALKER is a simple port and packet sniffer.
Expand Down
2 changes: 1 addition & 1 deletion src/util/handle_arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl fmt::Display for Arguments {

pub fn get_args() -> Result<Arguments, String> {
let matches = App::new(format!("{}", ansi_term::Color::Red.paint(" __ ____ \n _____/ /____ ___ ______ _/ / /_____ _____\n / ___/ //_/ / / / | /| / / __ `/ / //_/ _ \\/ ___/\n (__ ) ,< / /_/ /| |/ |/ / /_/ / / ,< / __/ / \n/____/_/|_|\\__, / |__/|__/\\__,_/_/_/|_|\\___/_/ \n /____/ \n\n")))
.version("\r0.2.0")
.version("\r0.2.1")
.author("Tooraj Taraz <tooraj.info@gmail.com>")
.about("SKYWALKER is a simple port and packet sniffer.")
.arg(Arg::with_name("threads")
Expand Down

0 comments on commit f6f0b91

Please sign in to comment.