Merge pull request #1435 from Ronin0000/master

Fix Version Number on Red 7 Card Game
pull/1433/head^2
Gordon Williams 2022-02-14 10:34:10 +00:00 committed by GitHub
commit b4d007bc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
1.0: Initial version of game
1.0.1: Fix mistake preventing game from ending in some cases.
1.0.2: Update help screen with more details.
0.01: Initial version of game
0.02: Fix mistake preventing game from ending in some cases.
0.03: Update help screen with more details.

View File

@ -2,7 +2,7 @@
"name": "Red 7 Card Game",
"shortName" : "Red 7",
"icon": "icon.png",
"version":"1.0.2",
"version":"0.03",
"description": "An implementation of the card game Red 7 for your watch. Play against the AI and be the last player still in the game to win!",
"tags": "game",
"supports":["BANGLEJS2"],