From ea28f84635ef71e9175aa87cb3b84f7d9d00f414 Mon Sep 17 00:00:00 2001 From: Ragnt Date: Sun, 11 Aug 2024 15:02:02 -0400 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"