Skip to content

Commit

Permalink
moved back version to 1.1.6, so I can release unofficially and check …
Browse files Browse the repository at this point in the history
…for bugs
  • Loading branch information
chrisj42 committed Feb 6, 2018
1 parent 942632f commit d1419be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/miniventure/game/GameCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public class GameCore extends ApplicationAdapter {

public static final Version VERSION = new Version("1.1");
public static final Version VERSION = new Version("1.1.6");

public static final int DEFAULT_SCREEN_WIDTH = 800;
public static final int DEFAULT_SCREEN_HEIGHT = 450;
Expand Down

0 comments on commit d1419be

Please sign in to comment.