Skip to content

Commit cbd0720

Browse files
committed
bumped version
1 parent 7cae30d commit cbd0720

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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
@@ -1,6 +1,6 @@
11
[package]
22
name = "aap"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Chad Baxter <cbax@doslabelectronics.com>"]
55
edition = "2018"
66
description = "Saturate the bad guys' databases."

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use the ActiveAntiPhish command line application by downloading the linu
2222
## `aap` Help
2323

2424
```
25-
ActiveAntiPhish 0.2.1 GNU-GPL-3.0
25+
ActiveAntiPhish 0.3.0 GNU-GPL-3.0
2626
Chad Baxter <cbax@doslabelectronics.com>
2727
Saturate the bad guys' databases.
2828
@@ -31,6 +31,7 @@ USAGE:
3131
3232
FLAGS:
3333
-g, --debug Locks application to one thread and displays HTTP response data.
34+
-r, --getparams The form uses GET parameterized data.
3435
-h, --help Prints help information
3536
-m, --multipart The form uses multipart data.
3637
-w, --urlencoded The form uses www-urlencoded data.

0 commit comments

Comments
 (0)