commit b84f8cd913145d0e4a929e31b837398cddaac1e8
Author: leszek <leszek@koltunski.pl>
Date:   Fri Feb 28 15:53:49 2025 +0100

    up version to 2.2.1, update the About dialog.

diff --git a/build.gradle b/build.gradle
index 819efdec..a24b1bb1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 96
-        versionName "2.2.0"
+        versionCode 97
+        versionName "2.2.1"
     }
 
     buildTypes {
diff --git a/src/main/java/org/distorted/dialogs/DialogAbout.java b/src/main/java/org/distorted/dialogs/DialogAbout.java
index 341a1980..f8459087 100644
--- a/src/main/java/org/distorted/dialogs/DialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/DialogAbout.java
@@ -33,14 +33,14 @@ import org.distorted.main.R;
 public class DialogAbout extends DialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. The first two algorithmic solvers:\n     - the Beginner Method (3x3)\n     - Kilominx solver\n" +
-      "2. Lots of internal improvements and small fixes, for example for the movement of the Coin puzzles";
+      "1. Next algorithmic solver: Megaminx!\n" +
+      "2. Support for Ghosts and the fist two Ghost Cubes:\n   - Ghost Cube 2x2\n   - Ghost Cube 3x3";
 
   private static final String WHATS_COMING =
-      "1. More algorithmic solvers - Megaminx, 4x4 and more.\n" +
+      "1. More algorithmic solvers - 4x4 and more.\n" +
       "2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
       "3. iOS version (no time for this, anyone can help? Code is open-source)\n" +
-      "4. More objects:\n    - Ghost Cubes\n    - more Mixups\n    - more Barrels\n";
+      "4. More objects:\n    - Ghost Pyraminx\n    - Golden Cube (Ghost Skewb)\n    - more Mixups\n    - more Barrels\n";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
