Skip to content

Commit

Permalink
Prepare for Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegratedQuantum committed Dec 12, 2021
1 parent 67cd3ad commit 4493fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.pixelguys.cubyz</groupId>
<artifactId>cubyz</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<name>Cubyz Client</name>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion src/cubyz/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Constants {
public static final String GAME_BUILD_TYPE = "ALPHA";

// WARNING! Both brand name and version cannot contain ';' inside!
public static final String GAME_VERSION = "0.10.0";
public static final String GAME_VERSION = "0.10.1";
public static final int GAME_PROTOCOL_VERSION = 1;
public static final String GAME_BRAND = "cubyz";

Expand Down

0 comments on commit 4493fea

Please sign in to comment.