From 61b586b4d5159afd1d02f221581367a4e109a1f6 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 16:28:54 +0000 Subject: (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- azalea-client/Cargo.toml | 2 +- azalea/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0381a518..4cf4b02a 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "azalea-auth", diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 1abccf86..ea610d9e 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -3,7 +3,7 @@ description = "A headless Minecraft client." edition = "2021" license = "MIT" name = "azalea-client" -version = "0.1.0" +version = "0.2.0" publish = false release = false diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 38dd3e5d..b8e18251 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -12,7 +12,7 @@ release = false [dependencies] anyhow = "^1.0.65" async-trait = "^0.1.57" -azalea-client = { version = "0.1.0", path = "../azalea-client" } +azalea-client = { version = "0.2.0", path = "../azalea-client" } azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" } parking_lot = "^0.12.1" thiserror = "^1.0.37" -- cgit v1.2.3