Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
Quarris committed Mar 22, 2021
1 parent 49abbea commit 55633b0
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
@@ -1,5 +1,5 @@
group 'de.ellpeck.rockbottom'
version '0.3.7'
version '0.4.0'

apply plugin: 'java'
apply plugin: 'idea'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/ellpeck/rockbottom/init/AbstractGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

public abstract class AbstractGame implements IGameInstance {

public static final String VERSION = "0.4";
public static final String VERSION = "0.4.0";
public static final String NAME = "Rock Bottom";
public static final String ID = "rockbottom";
private static final int INTERVAL = 1000 / Constants.TARGET_TPS;
Expand Down

0 comments on commit 55633b0

Please sign in to comment.