Skip to content

Commit

Permalink
Version bump for 1.2.0 release
Browse files Browse the repository at this point in the history
* Version bump for 1.2.0 release
* Bumping version in build.gradle
  • Loading branch information
joshuaskelly authored Mar 12, 2020
1 parent 317469b commit 1628b86
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 @@ -49,7 +49,7 @@

public class Game {
/** Engine version */
public static String VERSION = "v1.1.0";
public static String VERSION = "v1.2.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.0'
version = '1.2.0'
ext {
appName = "delver"
gdxVersion = '1.9.9'
Expand Down

0 comments on commit 1628b86

Please sign in to comment.