From 3ebe8b8584eabdec1c6f14583c7455f989851bb5 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 25 Jun 2024 13:18:53 +0300 Subject: [PATCH] release: v25.0.3 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4cd8a0e..a8836b8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The version should always be in sync with the [GUI](https://github.com/software- A `y` version of 0 marks the beta of the current year and likely contains breaking changes between patches. +### 25.0.3 Auxiliaries - 2024-06-25 +- revamp a few internal helper methods +- fix GameResult +- expand testing ### 25.0.2 XML Improvements and Rule fixes - 2024-06-19 - Requirements for swap carrots card properly implemented diff --git a/gradle.properties b/gradle.properties index a387783d7..9c6838a59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ socha.gameName=hui socha.version.year=25 socha.version.minor=00 -socha.version.patch=02 +socha.version.patch=03 socha.version.suffix= \ No newline at end of file