Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit b0d02a2

Browse files
committed
update version
1 parent 217fa71 commit b0d02a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>proxy</artifactId>
4-
<version>0.2.0-preR1</version>
4+
<version>0.2.0-preR2</version>
55
<name>proxy</name>
66

77
<build>

proxy/src/main/java/org/dragonet/proxy/utilities/Versioning.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
public class Versioning {
1616
// vars
17-
public static final String RELEASE_VERSION = "0.2.0-preR1";
17+
public static final String RELEASE_VERSION = "0.2.0-preR2";
1818
public static final String MINECRAFT_PC_VERSION = "1.12.1";
1919
// public static final int MINECRAFT_PC_PROTOCOL = 47;
2020
// This is STRICT to MCPE binary's definition, DO NOT CHANGE

0 commit comments

Comments
 (0)