From ac50e57d7dea44ceaef79fe1806437564ab647c0 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 3 Oct 2023 12:08:58 +0200 Subject: [PATCH] release: v24.1.5 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dccae2d7..c94fe460d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ The version should always be in sync with the [GUI](https://github.com/software- - Allow other player to move on when one is disqualified - Grey out winning ship so second player can follow +### 24.1.5 Fix teamStats - 2023-10-03 + +### 24.1.4 Interface Adjustments for GUI - 2023-10-02 + +### 24.1.3 Provide teamStats - 2023-09-14 + ### 24.1.2 Stable Release - 2023-09-20 ### 24.1.1 Helper Adjustments - 2023-09-14 diff --git a/gradle.properties b/gradle.properties index 4b9d7f642..0d1a95aa1 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=04 \ No newline at end of file +socha.version.patch=05 \ No newline at end of file