Skip to content

Commit 82abf3d

Browse files
committed
Bump version to 0.0.2 for the "DAY 2" release of the tutorial series.
1 parent cfca74a commit 82abf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/litiengine/gurknukem/Program.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static void main(String[] args) {
2020
// set meta information about the game
2121
Game.info().setName("GURK NUKEM");
2222
Game.info().setSubTitle("");
23-
Game.info().setVersion("v0.0.1");
23+
Game.info().setVersion("v0.0.2");
2424
Game.info().setWebsite("https://github.com/gurkenlabs/litiengine-gurk-nukem");
2525
Game.info().setDescription("An example 2D platformer with shooter elements made in the LITIengine");
2626

0 commit comments

Comments
 (0)