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

Commit

Permalink
BUMP THE VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinitlyEvil committed Dec 11, 2017
1 parent 1650a24 commit 2700338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxy/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>proxy</artifactId>
<version>0.2.2</version>
<version>0.2.2.1</version>
<name>proxy</name>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class Versioning {
// vars
public static final String RELEASE_VERSION = "0.2.2";
public static final String RELEASE_VERSION = "0.2.2.1";
public static final String MINECRAFT_PC_VERSION = "1.12.2";
// public static final int MINECRAFT_PC_PROTOCOL = 47;
// This is STRICT to MCPE binary's definition, DO NOT CHANGE
Expand Down

0 comments on commit 2700338

Please sign in to comment.