Skip to content

Commit

Permalink
inc version to 2.0.3 official
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj42 committed Sep 18, 2017
1 parent f28be0e commit 548af27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minicraft/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Game extends Canvas implements Runnable {
/// MANAGERIAL VARS AND RUNNING

public static final String NAME = "Minicraft Plus"; // This is the name on the application window
public static final String VERSION = "2.0.3-dev6";
public static final String VERSION = "2.0.3";
public static final int HEIGHT = 192;
public static final int WIDTH = 288;
private static float SCALE = 3;
Expand Down

0 comments on commit 548af27

Please sign in to comment.