From 111de2fa6e7bb6365776ecc3f7ace9beffb527bb Mon Sep 17 00:00:00 2001 From: Immueggpain Date: Fri, 27 Dec 2019 00:35:49 +0800 Subject: [PATCH] 0.4.5 --- pom.xml | 2 +- .../java/com/github/immueggpain/bettermultiplayer/Launcher.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e91d100..52cd871 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.immueggpain bettermultiplayer - 0.4.4 + 0.4.5 UTF-8 diff --git a/src/main/java/com/github/immueggpain/bettermultiplayer/Launcher.java b/src/main/java/com/github/immueggpain/bettermultiplayer/Launcher.java index 0395ceb..0d64419 100644 --- a/src/main/java/com/github/immueggpain/bettermultiplayer/Launcher.java +++ b/src/main/java/com/github/immueggpain/bettermultiplayer/Launcher.java @@ -10,7 +10,7 @@ version = Launcher.VERSTR, subcommands = { HelpCommand.class, BMPUDPHub.class, BMPPeer.class }) public class Launcher implements Callable { - public static final String VERSTR = "0.4.4"; + public static final String VERSTR = "0.4.5"; public static final int LOCAL_PORT = 2233; public static final int LOCAL_OVPN_PORT = 1194;