diff --git a/Cargo.lock b/Cargo.lock index 338dc79..19ac7db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1947,7 +1947,7 @@ dependencies = [ [[package]] name = "proxypot" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "azalea-buf", diff --git a/Cargo.toml b/Cargo.toml index e1b82c7..efaebfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxypot" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Proxies all incoming connections to a minecraft server of your choosing, while also logging all ping and login requests to a json file and discord webhook." license = "GPL-3.0-or-later"