diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-14 20:55:32 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-14 20:55:32 +0100 |
| commit | c6f3e492d3e5a58fca683ceac0282381b5e066f9 (patch) | |
| tree | 065d5e83828e76a2e717f68868a389b72826bd64 /server/protocol/Cargo.toml | |
| parent | 6d982e3ccb990ab8fd45d97a2a6bba77a78d4e2a (diff) | |
| download | hurrycurry-c6f3e492d3e5a58fca683ceac0282381b5e066f9.tar hurrycurry-c6f3e492d3e5a58fca683ceac0282381b5e066f9.tar.bz2 hurrycurry-c6f3e492d3e5a58fca683ceac0282381b5e066f9.tar.zst | |
Effect packet for tile locations (close #534)
Diffstat (limited to 'server/protocol/Cargo.toml')
| -rw-r--r-- | server/protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index f439f4fd..520db1ef 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hurrycurry-protocol" -version = "12.0.0" +version = "12.1.0" edition = "2024" [dependencies] |