Skip to content

Commit

Permalink
Version bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaskelly committed Apr 2, 2021
1 parent 544a3e4 commit 15d64ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dungeoneer/src/com/interrupt/dungeoneer/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

public class Game {
/** Engine version */
public static String VERSION = "v1.3.0";
public static String VERSION = "v1.4.0";

/** The save game version, gets saved in the player */
public static int SAVE_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '1.3.0'
version = '1.4.0'
ext {
appName = "delver"
gdxVersion = '1.9.9'
Expand Down

0 comments on commit 15d64ca

Please sign in to comment.