aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--server/protocol/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 13c7bee3..c649f62d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1081,7 +1081,7 @@ dependencies = [
[[package]]
name = "hurrycurry-protocol"
-version = "11.0.0"
+version = "12.0.0"
dependencies = [
"glam",
"serde",
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml
index 84067758..f439f4fd 100644
--- a/server/protocol/Cargo.toml
+++ b/server/protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-protocol"
-version = "11.0.0"
+version = "12.0.0"
edition = "2024"
[dependencies]