summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-20 20:54:07 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-20 20:54:07 +0100
commit1f11c6f760a2787ffde6321fed787a6f62c24ce8 (patch)
treecead135eed185dd5758dfa3b5b8b00900f4baf63
parent86f8aa6b83805bf204d92d91b61fd3a78f356db4 (diff)
downloadhurrycurry-1f11c6f760a2787ffde6321fed787a6f62c24ce8.tar
hurrycurry-1f11c6f760a2787ffde6321fed787a6f62c24ce8.tar.bz2
hurrycurry-1f11c6f760a2787ffde6321fed787a6f62c24ce8.tar.zst
increment version
-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 bca1d4d5..36f5eb93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1149,7 +1149,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hurrycurry-bot"
-version = "2.2.1"
+version = "2.3.0"
dependencies = [
"anyhow",
"clap",
@@ -1163,7 +1163,7 @@ dependencies = [
[[package]]
name = "hurrycurry-client-lib"
-version = "2.2.1"
+version = "2.3.0"
dependencies = [
"anyhow",
"bincode",
@@ -1178,7 +1178,7 @@ dependencies = [
[[package]]
name = "hurrycurry-discover"
-version = "2.2.1"
+version = "2.3.0"
dependencies = [
"anyhow",
"env_logger",
@@ -1223,7 +1223,7 @@ dependencies = [
[[package]]
name = "hurrycurry-registry"
-version = "2.2.1"
+version = "2.3.0"
dependencies = [
"anyhow",
"env_logger",
@@ -1260,7 +1260,7 @@ dependencies = [
[[package]]
name = "hurrycurry-server"
-version = "2.2.1"
+version = "2.3.0"
dependencies = [
"anyhow",
"bincode",
diff --git a/client/global.gd b/client/global.gd
index 93c73e13..78108caf 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -22,7 +22,7 @@ extends Node
signal using_joypad_change(using: bool)
signal using_touch_change(using: bool)
-const VERSION := "2.2.1"
+const VERSION := "2.3.0"
var default_profile := {
"username": "Giovanni",
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 4f4ccc6e..c1cf89f4 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "2.2.1"
+version = "2.3.0"
edition = "2021"
default-run = "hurrycurry-server"
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index 019edcaa..e8aad7d0 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-bot"
-version = "2.2.1"
+version = "2.3.0"
edition = "2021"
[dependencies]
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
index f1ac5ddf..cc2f264b 100644
--- a/server/client-lib/Cargo.toml
+++ b/server/client-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-client-lib"
-version = "2.2.1"
+version = "2.3.0"
edition = "2021"
[dependencies]
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml
index da241cc1..06c743a0 100644
--- a/server/discover/Cargo.toml
+++ b/server/discover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-discover"
-version = "2.2.1"
+version = "2.3.0"
edition = "2021"
[dependencies]
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index b7778a7a..6f138709 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.2.1"
+version = "2.3.0"
edition = "2021"
[dependencies]