Prepare for B27

This commit is contained in:
HaHaWTH 2023-10-14 20:37:23 +08:00
parent ac89630f5d
commit 17ee5dc97b
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,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 = "26";
private static String pluginBuildNumber = "27";
protected final Boolean SHAEnabled = false;
// Private instances
private EmailService emailService;

View File

@ -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-b26
version: 5.6.0-FORK-b27
api-version: 1.13
softdepend:
- Vault