aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:29 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:29 +0000
commitb6d0b3744d3b3d139a91931e2e9c09fb2a29f828 (patch)
tree9108c674ae7803d79e5ebba1ca42eebfb5cd8436
parent16be171fb426e6002be86540094d42487dec1b07 (diff)
downloadazalea-drasl-b6d0b3744d3b3d139a91931e2e9c09fb2a29f828.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--Cargo.lock2
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f228c86..feda181d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -212,7 +212,7 @@ dependencies = [
[[package]]
name = "azalea-client"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"anyhow",
"async-trait",
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index a8179a44..a90235c5 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-client"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
-version = "0.4.0"
+version = "0.5.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 20b003c1..2da58892 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -16,7 +16,7 @@ anyhow = "^1.0.65"
async-trait = "0.1.58"
azalea-block = { version = "0.5.0", path = "../azalea-block" }
azalea-chat = { version = "0.5.0", path = "../azalea-chat" }
-azalea-client = { version = "0.4.0", path = "../azalea-client" }
+azalea-client = { version = "0.5.0", path = "../azalea-client" }
azalea-core = { version = "0.5.0", path = "../azalea-core" }
azalea-physics = { version = "0.5.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.5.0", path = "../azalea-protocol" }