diff --git a/CHANGELOG.md b/CHANGELOG.md index 274bbdf1d..65002f9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ The version should always be in sync with the [GUI](https://github.com/software- - Grey out winning ship so second player can follow - Improve XML protocol +### 24.2.3 Fix circular Board edge-case - 2024-03-18 + ### 24.2.2 Detailed winner explanation - 2024-03-14 ### 24.2.1 Fix issue leading to wrong winner - 2024-03-13 diff --git a/gradle.properties b/gradle.properties index e0d1df5d8..f6128f630 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ socha.gameName=mississippi socha.version.year=24 socha.version.minor=02 -socha.version.patch=02 \ No newline at end of file +socha.version.patch=03 \ No newline at end of file