Skip to content

Commit e071b37

Browse files
committed
bump to v4.3.0
1 parent ad19f88 commit e071b37

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

Game.lean

+8
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ For example: Game version, Credits, Link to Github and Zulip, etc.
1717
Use markdown.
1818
"
1919

20+
/-! Information to be displayed on the servers landing page. -/
21+
Languages "English"
22+
CaptionShort "Game Template"
23+
CaptionLong "You should use this game as a template for your own game and add your own levels."
24+
-- Prerequisites "" -- add this if your game depends on other games
25+
-- Image "" -- TODO: Not implemented
26+
27+
/-! Build the game. Show's warnings if it found a problem with your game. -/
2028
MakeGame

lake-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
[{"url": "https://github.com/leanprover/std4.git",
55
"type": "git",
66
"subDir": null,
7-
"rev": "a652e09bd81bcb43ea132d64ecc16580b0c7fa50",
7+
"rev": "2e4a3586a8f16713f16b2d2b3af3d8e65f3af087",
88
"name": "std",
99
"manifestFile": "lake-manifest.json",
10-
"inputRev": "v4.3.0-rc2",
10+
"inputRev": "v4.3.0",
1111
"inherited": true,
1212
"configFile": "lakefile.lean"},
1313
{"url": "https://github.com/leanprover-community/lean4game.git",
1414
"type": "git",
1515
"subDir": "server",
16-
"rev": "622e9d389768e8abb5b3103a65d07165587a27ad",
16+
"rev": "0714c1d3fd4ebb60e4921bfe308c2277f89e55ad",
1717
"name": "GameServer",
1818
"manifestFile": "lake-manifest.json",
19-
"inputRev": "v4.3.0-rc2",
19+
"inputRev": "v4.3.0",
2020
"inherited": false,
2121
"configFile": "lakefile.lean"},
2222
{"url": "https://github.com/leanprover-community/quote4",
@@ -58,10 +58,10 @@
5858
{"url": "https://github.com/leanprover-community/mathlib4.git",
5959
"type": "git",
6060
"subDir": null,
61-
"rev": "83d4f222771f491b351d70b070406481f5d2b2ba",
61+
"rev": "f04afed5ac9fea0e1355bc6f6bee2bd01f4a888d",
6262
"name": "mathlib",
6363
"manifestFile": "lake-manifest.json",
64-
"inputRev": "v4.3.0-rc2",
64+
"inputRev": "v4.3.0",
6565
"inherited": false,
6666
"configFile": "lakefile.lean"}],
6767
"name": "Game",

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.3.0-rc2
1+
leanprover/lean4:v4.3.0

0 commit comments

Comments
 (0)