diff --git a/ChangeLog.txt b/ChangeLog.txt index e28dddef9..9ed5ebeb7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/src/minicraft/core/Game.java b/src/minicraft/core/Game.java index 46fcad9c5..a86ff7adb 100644 --- a/src/minicraft/core/Game.java +++ b/src/minicraft/core/Game.java @@ -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;