1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
This commit is contained in:
mat 2025-03-25 16:14:07 +00:00
parent 5a96664a5e
commit d3f474aecb
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ resolver = "2"
# --- Workspace Settings ---
[workspace.package]
version = "0.11.0+mc1.21.5-rc2"
version = "0.11.0+mc1.21.5"
edition = "2024"
license = "MIT"
repository = "https://github.com/azalea-rs/azalea"

View file

@ -10,7 +10,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
_Currently supported Minecraft version: `1.21.5-rc2`._
_Currently supported Minecraft version: `1.21.5`._
> [!WARNING]
> Azalea is still unfinished, though most crates are in a useable state

View file

@ -11,8 +11,8 @@ use azalea_buf::{AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError};
use crate::read::ReadPacketError;
pub const PROTOCOL_VERSION: i32 = 1073742067;
pub const VERSION_NAME: &str = "1.21.5-rc2";
pub const PROTOCOL_VERSION: i32 = 770;
pub const VERSION_NAME: &str = "1.21.5";
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol {