summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-10-01 18:13:36 +0200
committernokoe <nokoe@mailbox.org>2024-10-01 18:13:36 +0200
commit4b2e56f3d310be775656fd7aec65aad66633d1a1 (patch)
tree4fadc156bb4bb9ad51ea7a7eedab3364878932bf
parenteaffedb6dd9172b2aa60ac60ea0695b3715356ba (diff)
downloadhurrycurry-2.1.1.tar
hurrycurry-2.1.1.tar.bz2
hurrycurry-2.1.1.tar.zst
bump version to 2.1.0v2.1.1
-rw-r--r--Cargo.lock6
-rw-r--r--client/global.gd2
-rw-r--r--server/Cargo.toml2
-rw-r--r--server/discover/Cargo.toml2
-rw-r--r--server/registry/Cargo.toml2
5 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c865ed26..5b2f43e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1178,7 +1178,7 @@ dependencies = [
[[package]]
name = "hurrycurry-discover"
-version = "2.1.0"
+version = "2.1.1"
dependencies = [
"anyhow",
"env_logger",
@@ -1203,7 +1203,7 @@ dependencies = [
[[package]]
name = "hurrycurry-registry"
-version = "2.1.0"
+version = "2.1.1"
dependencies = [
"anyhow",
"env_logger",
@@ -1240,7 +1240,7 @@ dependencies = [
[[package]]
name = "hurrycurry-server"
-version = "2.1.0"
+version = "2.1.1"
dependencies = [
"anyhow",
"bincode",
diff --git a/client/global.gd b/client/global.gd
index 6ea4f7dc..b6fb8b8a 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.1.0"
+const VERSION := "2.1.1"
var default_profile := {
"username": "Giovanni",
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 38db0bdd..dcf5c1d1 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "2.1.0"
+version = "2.1.1"
edition = "2021"
default-run = "hurrycurry-server"
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml
index fabc71fd..9be8cce9 100644
--- a/server/discover/Cargo.toml
+++ b/server/discover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-discover"
-version = "2.1.0"
+version = "2.1.1"
edition = "2021"
[dependencies]
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index 7adaaa28..8da4aea4 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.1.0"
+version = "2.1.1"
edition = "2021"
[dependencies]