Skip to content

Commit

Permalink
Release Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharlton02 committed Oct 27, 2019
1 parent 6493592 commit 0dbe2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
apply plugin: "kotlin"
apply plugin: "java"

version = '0.2.0'
version = '0.2.1'
ext {
appName = "StationAlpha"
gdxVersion = '1.9.9'
Expand Down
2 changes: 1 addition & 1 deletion core/src/com/noahcharlton/stationalpha/StationAlpha.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class StationAlpha extends ApplicationAdapter {

public enum GameState {LOADING, MAIN_MENU, IN_GAME}

public static final String VERSION = "0.2.0";
public static final String VERSION = "0.2.1";
public static final int DEFAULT_WIDTH = 1280;
public static final int DEFAULT_HEIGHT = 720;

Expand Down

0 comments on commit 0dbe2a5

Please sign in to comment.