summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-27 16:00:04 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-27 16:00:10 +0100
commit897ed6e3df0727f838da034a3dae298a9162fc42 (patch)
tree0d2860a9958585df1e71a4e5beda868149730f70 /server
parent3138918e4fb556a9f45ace7d194a5d91e8427323 (diff)
downloadhurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar
hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.bz2
hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.zst
set game version numbers
Diffstat (limited to 'server')
-rw-r--r--server/Cargo.toml2
-rw-r--r--server/bot/Cargo.toml2
-rw-r--r--server/client-lib/Cargo.toml2
-rw-r--r--server/discover/Cargo.toml2
-rw-r--r--server/registry/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 326a08b6..4f4ccc6e 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "2.2.0"
+version = "2.2.1"
edition = "2021"
default-run = "hurrycurry-server"
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index c8d60270..019edcaa 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-bot"
-version = "0.1.0"
+version = "2.2.1"
edition = "2021"
[dependencies]
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
index 517dbba0..f1ac5ddf 100644
--- a/server/client-lib/Cargo.toml
+++ b/server/client-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-client-lib"
-version = "0.1.0"
+version = "2.2.1"
edition = "2021"
[dependencies]
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml
index 2f121dc9..da241cc1 100644
--- a/server/discover/Cargo.toml
+++ b/server/discover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-discover"
-version = "2.2.0"
+version = "2.2.1"
edition = "2021"
[dependencies]
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index 7876044d..b7778a7a 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.2.0"
+version = "2.2.1"
edition = "2021"
[dependencies]