diff --git a/Cargo.lock b/Cargo.lock index 12ac0da..3acc72f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "angry_oxide" -version = "0.8.18" +version = "0.8.20" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index cf892c0..1166b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["libs/libwifi", "libs/libwifi_macros", "libs/pcap-file"] [workspace.package] -version = "0.8.18" +version = "0.8.20" authors = ["Ryan Butler"] description = "80211 Attack Tool" license = "GPL"