From 9093ad2d9ff5b5a49437fa8c08f82c6a425e878f Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Wed, 20 Sep 2023 02:32:53 +0800 Subject: [PATCH] Prepare for b23 --- src/main/java/fr/xephi/authme/AuthMe.java | 2 +- src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/AuthMe.java b/src/main/java/fr/xephi/authme/AuthMe.java index 1079d653..8cde47e4 100644 --- a/src/main/java/fr/xephi/authme/AuthMe.java +++ b/src/main/java/fr/xephi/authme/AuthMe.java @@ -74,7 +74,7 @@ public class AuthMe extends JavaPlugin { // Version and build number values private static String pluginVersion = "5.6.0-Fork"; private static final String pluginBuild = "b"; - private static String pluginBuildNumber = "22"; + private static String pluginBuildNumber = "23"; protected final Boolean SHAEnabled = false; // Private instances private EmailService emailService; diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 9c5b59e0..5d85690e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ authors: [${pluginDescription.authors}] website: http://github.com/HaHaWTH/AuthMeReReloaded/ description: A fork of AuthMeReloaded that contains bug fixes main: ${pluginDescription.main} -version: 5.6.0-FORK-b22 +version: 5.6.0-FORK-b23 api-version: 1.13 softdepend: - Vault