From a7b443b9891adb8716454789b3311ccf3e4fb1f9 Mon Sep 17 00:00:00 2001 From: Rothes <449181985@qq.com> Date: Wed, 8 Feb 2023 22:25:51 +0800 Subject: [PATCH] Bump plugin version -> `2.17.3` --- Version Infos.json | 4 ++-- pom.xml | 2 +- src/main/java/me/rothes/protocolstringreplacer/Updater.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Version Infos.json b/Version Infos.json index 41ec42b..c62e68f 100644 --- a/Version Infos.json +++ b/Version Infos.json @@ -5,8 +5,8 @@ "Log_Level": "Info", "Actions": [], "Message": { - "en-US": "§bA new version of PSR (\"2.17.2\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/", - "zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.17.2\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1" + "en-US": "§bA new version of PSR (\"2.17.3\") is available!\n§bDownload here: https://www.spigotmc.org/resources/protocolstringreplacer.96573/", + "zh-CN": "§bProtocolStringReplacer 有新版本 (\"2.17.3\") 了!\n§b请更新您的插件: https://beta.mcbbs.net/resource/servermod/xmkw2tv1" } } }, diff --git a/pom.xml b/pom.xml index 25da596..971d881 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.rothes ProtocolStringReplacer - 2.17.2 + 2.17.3 jar diff --git a/src/main/java/me/rothes/protocolstringreplacer/Updater.java b/src/main/java/me/rothes/protocolstringreplacer/Updater.java index 3cf5065..48fe2c3 100644 --- a/src/main/java/me/rothes/protocolstringreplacer/Updater.java +++ b/src/main/java/me/rothes/protocolstringreplacer/Updater.java @@ -28,7 +28,7 @@ public class Updater implements Listener { private static final String VERSION_CHANNEL = "Stable"; - private static final int VERSION_NUMBER = 108; + private static final int VERSION_NUMBER = 109; private final HashMap msgTimesMap = new HashMap<>(); private final List messages = new ArrayList<>(); private final ProtocolStringReplacer plugin;