From d113b9f3d76aa34ffed106dd9a9f16a44e3b9baf Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Mon, 2 Oct 2023 17:18:37 +0200 Subject: [PATCH] release: v24.1.4 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1842641f..3dccae2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The version should always be in sync with the [GUI](https://github.com/software- and likely contains breaking changes between patches. ### 24.2.0 - 2023-10-XX -- Disqualify oversped ship +- Disqualify ship that cannot move because it is too fast - Allow other player to move on when one is disqualified - Grey out winning ship so second player can follow diff --git a/gradle.properties b/gradle.properties index 5360288a6..4b9d7f642 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ socha.gameName=mississippi socha.version.year=24 socha.version.minor=01 -socha.version.patch=03 \ No newline at end of file +socha.version.patch=04 \ No newline at end of file