Skip to content

Commit

Permalink
Releasing 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saluki committed May 17, 2021
1 parent fb014e6 commit 984e5d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 984e5d1

Please sign in to comment.