From 12cfd243f6d6e3220165e69585706fd9d148bfd5 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Thu, 19 Oct 2023 22:09:56 +0800 Subject: [PATCH] Prepare for B29 --- 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 00af21f9..e3597b31 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 = "28"; + private static String pluginBuildNumber = "29"; 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 338007a4..45f7d047 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-b28 +version: 5.6.0-FORK-b29 api-version: 1.13 softdepend: - Vault