Skip to content

Commit

Permalink
Attogram Games 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed May 9, 2019
1 parent c377543 commit c7fde9d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ games.html
.idea/
2048-lite/
3d.city/
c4/
chess/
chordomatic/
classic-pool/
Expand Down
2 changes: 1 addition & 1 deletion _build/games.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion _build/src/AttogramGames.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class AttogramGames
{
const VERSION = '3.2.2';
const VERSION = '3.2.3';

/** @var string */
private $title;
Expand Down
File renamed without changes

0 comments on commit c7fde9d

Please sign in to comment.