diff --git a/Cargo.lock b/Cargo.lock index 6fd45b8..75fd2ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "nicotine" -version = "0.1.14" +version = "0.1.15" dependencies = [ "zip-extract", ] diff --git a/Cargo.toml b/Cargo.toml index fff7d09..f235998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nicotine" -version = "0.1.14" +version = "0.1.15" edition = "2024" description = "A small rust crate for patching mojang's Authlib" authors = ["alterwain"]