Skip to content

Commit 8ee5ed0

Browse files
Merge pull request #298 from Far-Beyond-Dev/tristanpoland-patch-3
Bump Versions
2 parents fb82ab3 + 139a929 commit 8ee5ed0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

crates/horizon/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "horizon"
3-
version = "0.42.0"
3+
version = "0.42.1"
44
edition = "2021"
55

66
[[bin]]
@@ -27,3 +27,4 @@ toml = { workspace = true }
2727
tempfile = { workspace = true }
2828

2929

30+

crates/horizon_event_system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "horizon_event_system"
3-
version = "0.22.0" # Ensure this matches the version used in tests and examples
3+
version = "0.23.0" # Ensure this matches the version used in tests and examples
44
description = "Horizon Event System for handling events in the Horizon game server ecosystem."
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)