commit bc3fb18e4761e79b227089fcf7ba2745277db08d
Author: leszek <leszek@koltunski.pl>
Date:   Wed Jul 26 16:49:05 2023 +0200

    "About" dialog & up the version to 1.13.0

diff --git a/build.gradle b/build.gradle
index 605dde22..3dece864 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 34
-        versionCode 81
-        versionName "1.12.7"
+        versionCode 82
+        versionName "1.13.0"
     }
 
     buildTypes {
diff --git a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
index 665b5257..cdafb48a 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
@@ -33,18 +33,19 @@ import org.distorted.main.RubikActivity;
 public class RubikDialogAbout extends RubikDialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. 3x3x2 Cuboid solver.\n" +
-      "2. Support for 'coin' puzzles (Coin Tetrahedron, Ancient Coin Cube).\n" +
-      "3. Improvements to the Highscores dialog.\n" +
-      "4. Correct the Masterball (before it was nearly impossible to be solved)";
+      "1. Creator of Bandaged Pyraminxes.\n" +
+      "2. Fixes for the existing Creator of Bandaged Cuboids.\n" +
+      "3. Adjustments to the way one controls the puzzles.\n" +
+      "4. Ancient Coin Cube & Tins Cube.";
 
   private static final String WHATS_COMING =
-      "1. Creator of bandaged Pyraminxes [in progress now].\n" +
-      "2. iOS version.\n" +
-      "3. Algorithmic solvers.\n" +
-      "4. Support for adjustable stickers.\n" +
-      "5. In-game currency (stars)\n" +
-      "6. More objects:\n    - Tins Cube\n    - Ancient Coin Cube\n    - higher-order Jings\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n";
+      "1. Creator of Bandaged Skewbs.\n" +
+      "2. Creator of Bandaged Megaminxes.\n" +
+      "3. New UI.\n" +
+      "4. Support for adjustable stickers.\n"  +
+      "5. iOS version.\n" +
+      "6. Algorithmic solvers.\n" +
+      "7. More objects:\n    - higher-order Jings\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
