summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-07-19 21:21:12 +0200
committermetamuffin <metamuffin@disroot.org>2025-07-19 21:21:12 +0200
commit743e9484c804a8b1a93526246186f39df74beac3 (patch)
tree9563f7e4c5619c02744d7bc1bd586e223eafa9a3
parent2197a5136d889dd06a65f4fc29fb496be6fec99e (diff)
downloadhurrycurry-743e9484c804a8b1a93526246186f39df74beac3.tar
hurrycurry-743e9484c804a8b1a93526246186f39df74beac3.tar.bz2
hurrycurry-743e9484c804a8b1a93526246186f39df74beac3.tar.zst
update version numbersv2.3.4
-rw-r--r--Cargo.lock10
-rw-r--r--client/global.gd2
-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
7 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fbec261c..869752a9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1173,7 +1173,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hurrycurry-bot"
-version = "2.3.3"
+version = "2.3.4"
dependencies = [
"anyhow",
"clap",
@@ -1187,7 +1187,7 @@ dependencies = [
[[package]]
name = "hurrycurry-client-lib"
-version = "2.3.3"
+version = "2.3.4"
dependencies = [
"anyhow",
"bincode",
@@ -1202,7 +1202,7 @@ dependencies = [
[[package]]
name = "hurrycurry-discover"
-version = "2.3.3"
+version = "2.3.4"
dependencies = [
"anyhow",
"clap",
@@ -1248,7 +1248,7 @@ dependencies = [
[[package]]
name = "hurrycurry-registry"
-version = "2.3.3"
+version = "2.3.4"
dependencies = [
"anyhow",
"env_logger",
@@ -1285,7 +1285,7 @@ dependencies = [
[[package]]
name = "hurrycurry-server"
-version = "2.3.3"
+version = "2.3.4"
dependencies = [
"anyhow",
"bincode",
diff --git a/client/global.gd b/client/global.gd
index ac8a9c16..3487797d 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -16,7 +16,7 @@
class_name G
extends Node
-const VERSION := "2.3.3"
+const VERSION := "2.3.4"
const DISTRIBUTION := "unknown"
signal using_joypad_change(using: bool)
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 9834c86a..959ab35c 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "2.3.3"
+version = "2.3.4"
edition = "2021"
default-run = "hurrycurry-server"
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index c74ff14a..24d34ada 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-bot"
-version = "2.3.3"
+version = "2.3.4"
edition = "2021"
[dependencies]
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
index b91e0dbc..8d6cf8b8 100644
--- a/server/client-lib/Cargo.toml
+++ b/server/client-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-client-lib"
-version = "2.3.3"
+version = "2.3.4"
edition = "2021"
[dependencies]
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml
index a9ffeff3..65e146ce 100644
--- a/server/discover/Cargo.toml
+++ b/server/discover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-discover"
-version = "2.3.3"
+version = "2.3.4"
edition = "2021"
[dependencies]
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index 14eec0aa..1e9ded65 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.3.3"
+version = "2.3.4"
edition = "2021"
[dependencies]