aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-auth/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6cd25235..81326ac2 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -114,7 +114,7 @@ dependencies = [
[[package]]
name = "azalea-auth"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"azalea-buf",
"azalea-crypto",
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 85b9aec7..b532f779 100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -1,9 +1,9 @@
[package]
-description = "A port of Mojang's Authlib, except authentication isn't actually implemented yet."
+description = "A port of Mojang's Authlib and launcher authentication."
edition = "2021"
license = "MIT"
name = "azalea-auth"
-version = "0.2.0"
+version = "0.2.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html