From c7fde9d9e25c240410e66b157088f8425a06d23e Mon Sep 17 00:00:00 2001 From: Attogram Project Date: Thu, 9 May 2019 19:10:22 +0200 Subject: [PATCH] Attogram Games 3.2.3 --- .gitignore | 1 - _build/games.php | 2 +- _build/src/AttogramGames.php | 2 +- _logo/{8queens.png => EightQueens.png} | Bin 4 files changed, 2 insertions(+), 3 deletions(-) rename _logo/{8queens.png => EightQueens.png} (100%) diff --git a/.gitignore b/.gitignore index 33e81f1..80af1b5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ games.html .idea/ 2048-lite/ 3d.city/ -c4/ chess/ chordomatic/ classic-pool/ diff --git a/_build/games.php b/_build/games.php index 0c86b94..446adb8 100644 --- a/_build/games.php +++ b/_build/games.php @@ -140,7 +140,7 @@ 'desktop' => true, ], 'pacman-lite' => [ - 'name' => 'pacman lite', + 'name' => 'pacman', 'tag' => 'another pacman', 'git' => 'https://github.com/attogram/pacman-lite.git', 'mobile' => true, diff --git a/_build/src/AttogramGames.php b/_build/src/AttogramGames.php index 25c4e95..d11f00e 100644 --- a/_build/src/AttogramGames.php +++ b/_build/src/AttogramGames.php @@ -21,7 +21,7 @@ class AttogramGames { - const VERSION = '3.2.2'; + const VERSION = '3.2.3'; /** @var string */ private $title; diff --git a/_logo/8queens.png b/_logo/EightQueens.png similarity index 100% rename from _logo/8queens.png rename to _logo/EightQueens.png