Skip to content

Commit 4493fea

Browse files
Prepare for Bugfix release
1 parent 67cd3ad commit 4493fea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.pixelguys.cubyz</groupId>
66
<artifactId>cubyz</artifactId>
7-
<version>0.10.0</version>
7+
<version>0.10.1</version>
88
<name>Cubyz Client</name>
99
<build>
1010
<sourceDirectory>src</sourceDirectory>

src/cubyz/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Constants {
1616
public static final String GAME_BUILD_TYPE = "ALPHA";
1717

1818
// WARNING! Both brand name and version cannot contain ';' inside!
19-
public static final String GAME_VERSION = "0.10.0";
19+
public static final String GAME_VERSION = "0.10.1";
2020
public static final int GAME_PROTOCOL_VERSION = 1;
2121
public static final String GAME_BRAND = "cubyz";
2222

0 commit comments

Comments
 (0)