diff --git a/Cargo.lock b/Cargo.lock index c1e73e1..580eeec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,7 +1303,7 @@ checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" [[package]] name = "skywalker" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ansi_term 0.12.1", "clap", diff --git a/Cargo.toml b/Cargo.toml index abb8990..00174fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skywalker" -version = "0.2.0" +version = "0.2.1" authors = ["tooraj taraz "] edition = "2018" diff --git a/README.md b/README.md index 0fad5fa..53ed243 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The route tracing library used is implemented by me at [librtraceroute](https:// /____/_/|_|\__, / |__/|__/\__,_/_/_/|_|\___/_/ /____/ -0.2.0 +0.2.1 Tooraj Taraz SKYWALKER is a simple port and packet sniffer. diff --git a/src/util/handle_arg.rs b/src/util/handle_arg.rs index 8e70bcc..73e09f7 100644 --- a/src/util/handle_arg.rs +++ b/src/util/handle_arg.rs @@ -59,7 +59,7 @@ impl fmt::Display for Arguments { pub fn get_args() -> Result { 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 ") .about("SKYWALKER is a simple port and packet sniffer.") .arg(Arg::with_name("threads")