commit 6f89817200034570e60173c935a7859197bac500
Author: LeszekKoltunski <leszek@koltunski.pl>
Date:   Thu Mar 27 10:43:35 2025 +0100

    up the version to 2.2.3-test and release to the testing track.

diff --git a/build.gradle b/build.gradle
index e59a9d8e..b8deed26 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 98
-        versionName "2.2.2"
+        versionCode 99
+        versionName "2.2.3-test"
     }
 
     buildTypes {
diff --git a/src/main/java/org/distorted/dialogs/DialogAbout.java b/src/main/java/org/distorted/dialogs/DialogAbout.java
index f9f9a9ac..50cbc2a7 100644
--- a/src/main/java/org/distorted/dialogs/DialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/DialogAbout.java
@@ -33,9 +33,9 @@ import org.distorted.main.R;
 public class DialogAbout extends DialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. Improve support for Ghosts.\n" +
-      "2. A few more puzzles.\n" +
-      "3. Support for undoing the last operation in the Bandaged Creators.";
+      "1. New puzzles: 4x4 Axis, Windmill, Fisher.\n" +
+      "2. Beginning of support for off-center cuboids.\n" +
+      "3. Better shape of internal walls.";
 
   private static final String WHATS_COMING =
       "1. More algorithmic solvers - 4x4 and more.\n" +
