From 6b5e8001cd1c47437af91e674e1980203aeee09d Mon Sep 17 00:00:00 2001 From: Ryan Rage Date: Fri, 19 Jan 2024 10:50:30 -0500 Subject: [PATCH] v0.7.6 - fix get_target_success logic --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5011bfa..77deeb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "angry_oxide" -version = "0.7.5" +version = "0.7.6" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 9bdaa87..3553c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["libs/libwifi", "libs/libwifi_macros", "libs/pcap-file"] [workspace.package] -version = "0.7.5" +version = "0.7.6" authors = ["Ryan Butler"] description = "80211 Attack Tool" license = "MIT"