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 fe88d0ce..eb6bfb9e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1217,7 +1217,7 @@ dependencies = [
[[package]]
name = "hurrycurry-protocol"
-version = "9.0.0"
+version = "10.0.0"
dependencies = [
"bincode",
"glam",
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml
index cec19d4e..4e9235e7 100644
--- a/server/protocol/Cargo.toml
+++ b/server/protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-protocol"
-version = "9.0.0"
+version = "10.0.0"
edition = "2021"
[dependencies]