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

Commit d911318

Browse files
committed
make a quick release of 0.3.1
1 parent 291862b commit d911318

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
@@ -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.3.0</version>
4+
<version>0.3.1</version>
55
<name>DragonProxy</name>
66
<groupId>org.dragonet.proxy</groupId>
77

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

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

1717
public class Versioning {
1818
// vars
19-
public static final String RELEASE_VERSION = "0.3.0";
19+
public static final String RELEASE_VERSION = "0.3.1";
2020
public static final String MINECRAFT_PC_VERSION = "1.12.2";
2121
// public static final int MINECRAFT_PC_PROTOCOL = 47;
2222
// This is STRICT to MCPE binary's definition, DO NOT CHANGE

0 commit comments

Comments
 (0)