Skip to content

Commit

Permalink
bump gameserver
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Dec 8, 2023
1 parent b6332d3 commit eba9a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Game.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Languages "English"
CaptionShort "Game Template"
CaptionLong "You should use this game as a template for your own game and add your own levels."
-- Prerequisites "" -- add this if your game depends on other games
-- Image "" -- TODO: Not implemented
-- CoverImage "images/cover.png"

/-! Build the game. Show's warnings if it found a problem with your game. -/
MakeGame
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"url": "https://github.com/leanprover-community/lean4game.git",
"type": "git",
"subDir": "server",
"rev": "f6a2632d80c22a28a3b6e099a4800b027cc2d685",
"rev": "d5697d052e5154b909f379073a591ebf66eb3e22",
"name": "GameServer",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.3.0",
Expand Down

0 comments on commit eba9a1a

Please sign in to comment.