Skip to content

Commit

Permalink
Attogram Games v3.2.2 - attogram/pond-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed May 5, 2019
1 parent 58ebab4 commit 5412076
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ life/
loderunner_totalrecall/
mah-jongg/
missile-game/
pacman/
pacman-lite/
paint-run/
particle-clicker/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ of the following games:
* Paint Run 2 - <https://github.com/ahl389/paint-run2>
* Particle Clicker - <https://github.com/particle-clicker/particle-clicker>
* Phaser Cat - <https://github.com/DaxChen/phaser-cat> _(requires yarn)_
* The Pond - <https://github.com/Zolmeister/pond>
* The Pond Lite - <https://github.com/attogram/pond-lite>
* Raging Gardens - <https://github.com/alunix/RagingGardensFB>
* Snakisms - <https://github.com/pippinbarr/SNAKISMS>
* Tap Tap Tap - <https://github.com/MahdiF/taptaptap>
Expand Down
2 changes: 1 addition & 1 deletion _build/games.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'pond' => [
'name' => 'The Pond',
'tag' => 'eat, swim, love',
'git' => 'https://github.com/Zolmeister/pond.git',
'git' => 'https://github.com/attogram/pond-lite.git',
'mobile' => true,
'desktop' => 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.1';
const VERSION = '3.2.2';

/** @var string */
private $title;
Expand Down

0 comments on commit 5412076

Please sign in to comment.