aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/Cargo.toml
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2024-12-03 14:42:23 -0600
committerGitHub <noreply@github.com>2024-12-03 14:42:23 -0600
commitb71a7af53ae2dba2b43c8efc855a4a3b853ebff2 (patch)
tree031910714b6b9fb8cc0aaafe376f8629acedf671 /azalea-entity/Cargo.toml
parentea5a1c1ec128cc1a33593c9d91ef758c3fb73e16 (diff)
downloadazalea-drasl-b71a7af53ae2dba2b43c8efc855a4a3b853ebff2.tar.xz
1.21.4 (#189)
* start updating to 1.21.4 * fix block codegen and stop using block data from burger * 1.21.4-rc1 * 1.21.4
Diffstat (limited to 'azalea-entity/Cargo.toml')
-rw-r--r--azalea-entity/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index 14068d20..2508e092 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "azalea-entity"
-version = "0.10.3+mc1.21.3"
+version = "0.10.3+mc1.21.4"
edition = "2021"
description = "Things related to Minecraft entities used by Azalea"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity"