Prepare for b23

This commit is contained in:
HaHaWTH 2023-09-20 02:32:53 +08:00
parent 08ed6504f2
commit 9093ad2d9f
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ public class AuthMe extends JavaPlugin {
// Version and build number values // Version and build number values
private static String pluginVersion = "5.6.0-Fork"; private static String pluginVersion = "5.6.0-Fork";
private static final String pluginBuild = "b"; private static final String pluginBuild = "b";
private static String pluginBuildNumber = "22"; private static String pluginBuildNumber = "23";
protected final Boolean SHAEnabled = false; protected final Boolean SHAEnabled = false;
// Private instances // Private instances
private EmailService emailService; private EmailService emailService;

View File

@ -3,7 +3,7 @@ authors: [${pluginDescription.authors}]
website: http://github.com/HaHaWTH/AuthMeReReloaded/ website: http://github.com/HaHaWTH/AuthMeReReloaded/
description: A fork of AuthMeReloaded that contains bug fixes description: A fork of AuthMeReloaded that contains bug fixes
main: ${pluginDescription.main} main: ${pluginDescription.main}
version: 5.6.0-FORK-b22 version: 5.6.0-FORK-b23
api-version: 1.13 api-version: 1.13
softdepend: softdepend:
- Vault - Vault