Skip to content

Commit

Permalink
inc version to 2.0.5-dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj42 committed Mar 19, 2019
1 parent e4bff68 commit 1a4d0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Minicraft+ version 2.0.5
+ Added Spanish localization
* Fixed some localization bugs
* Fixed bug with item crafting and reference
* Fixed bug with dungeon chests refilling on load


Minicraft+ version 2.0.4
Expand Down
2 changes: 1 addition & 1 deletion src/minicraft/core/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Game {
public static boolean HAS_GUI = true;

public static final String NAME = "Minicraft Plus"; // This is the name on the application window
public static final Version VERSION = new Version("2.0.5-dev3");
public static final Version VERSION = new Version("2.0.5-dev4");

public static InputHandler input; // input used in Game, Player, and just about all the *Menu classes.
public static Player player;
Expand Down

0 comments on commit 1a4d0a6

Please sign in to comment.