Skip to content

Commit

Permalink
Bump version to 1.1 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Feb 14, 2020
1 parent 5cbcb09 commit d233538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/earthcomputer/stepfish/Stepfish.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Stepfish implements Thread.UncaughtExceptionHandler
{

public static final String GAME_NAME = "Stepfish";
public static final String GAME_VERSION = "1.0 Beta";
public static final String GAME_VERSION = "1.1 Beta";
public static final int TICKRATE = 30;
private static final int MILLIS_PER_TICK = 1000 / TICKRATE;
public static final int FRAMERATE = TICKRATE;
Expand Down

0 comments on commit d233538

Please sign in to comment.