Skip to content

Commit

Permalink
Bump version to 0.0.2 for the "DAY 2" release of the tutorial series.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Jan 15, 2019
1 parent cfca74a commit 82abf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/litiengine/gurknukem/Program.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void main(String[] args) {
// set meta information about the game
Game.info().setName("GURK NUKEM");
Game.info().setSubTitle("");
Game.info().setVersion("v0.0.1");
Game.info().setVersion("v0.0.2");
Game.info().setWebsite("https://github.com/gurkenlabs/litiengine-gurk-nukem");
Game.info().setDescription("An example 2D platformer with shooter elements made in the LITIengine");

Expand Down

0 comments on commit 82abf3d

Please sign in to comment.