v0.06 added to metadata and changelog
parent
6dbe7dfee1
commit
a46051a88e
|
|
@ -3,3 +3,4 @@
|
||||||
0.03: Basic colors
|
0.03: Basic colors
|
||||||
0.04: Bug fix score reset after Game Over, new icon
|
0.04: Bug fix score reset after Game Over, new icon
|
||||||
0.05: Chevron marker on the randomly added square
|
0.05: Chevron marker on the randomly added square
|
||||||
|
0.06: Fixed issue 1609 added a message popup state handler to control unwanted screen redraw
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "game1024",
|
{ "id": "game1024",
|
||||||
"name": "1024 Game",
|
"name": "1024 Game",
|
||||||
"shortName" : "1024 Game",
|
"shortName" : "1024 Game",
|
||||||
"version": "0.05",
|
"version": "0.06",
|
||||||
"icon": "game1024.png",
|
"icon": "game1024.png",
|
||||||
"screenshots": [ {"url":"screenshot.png" } ],
|
"screenshots": [ {"url":"screenshot.png" } ],
|
||||||
"readme":"README.md",
|
"readme":"README.md",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue