Skip to content

Commit 984e5d1

Browse files
committed
Releasing 0.3.0
1 parent fb014e6 commit 984e5d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "arp-scan"
33
description = "A minimalistic ARP scan tool"
44
license = "AGPL-3.0-or-later"
5-
version = "0.2.0"
5+
version = "0.3.0"
66
authors = ["Saluki"]
77
edition = "2018"
88
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Find all hosts in your local network using this fast ARP scanner. The CLI is wri
1010
Download the `arp-scan` binary for Linux.
1111

1212
```bash
13-
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
13+
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
1414

1515
chmod +x arp-scan
1616
```

0 commit comments

Comments
 (0)