aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" }