Skip to content

Commit

Permalink
cleared dev tag from version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj42 committed Jul 6, 2018
1 parent 97926c3 commit 8e3b68b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Expand Up @@ -8,4 +8,7 @@
* Major Tilesystem overhaul, though you won't notice unless you look at the code. It makes it easier to have multiple variations of a tile.
+ Added animation for being in water
v3:
* Fixed all the bugs in v2.
* Made apple and log sprites much smaller.
* Gave some tiles a "3D" effect, where you can go in front and behind them, partially.

2 changes: 1 addition & 1 deletion core/game/src/miniventure/game/GameCore.java
Expand Up @@ -32,7 +32,7 @@

public class GameCore {

public static final Version VERSION = new Version("1.5.3.dev");
public static final Version VERSION = new Version("1.5.3");

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

0 comments on commit 8e3b68b

Please sign in to comment.