diff --git a/Cargo.lock b/Cargo.lock index 0b27318..d68f89b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ [[package]] name = "arp-scan" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "dns-lookup", diff --git a/Cargo.toml b/Cargo.toml index 0486625..e7f44ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "arp-scan" description = "A minimalistic ARP scan tool" license = "AGPL-3.0-or-later" -version = "0.2.0" +version = "0.3.0" authors = ["Saluki"] edition = "2018" readme = "README.md" diff --git a/README.md b/README.md index 353cbda..5e8200a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Find all hosts in your local network using this fast ARP scanner. The CLI is wri Download the `arp-scan` binary for Linux. ```bash -wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.2.0/arp-scan-v0.2.0-x86_64-unknown-linux-musl +wget -O arp-scan https://github.com/Saluki/arp-scan-rs/releases/download/v0.3.0/arp-scan-v0.2.0-x86_64-unknown-linux-musl chmod +x arp-scan ```