Skip to content

Commit

Permalink
B52 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH committed Jul 14, 2024
1 parent 731c647 commit 63bfc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/fr/xephi/authme/AuthMe.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class AuthMe extends JavaPlugin {
// Version and build number values
private static String pluginVersion = "5.7.0-Fork";
private static final String pluginBuild = "b";
private static String pluginBuildNumber = "51";
private static String pluginBuildNumber = "52";
// Private instances
private EmailService emailService;
private CommandHandler commandHandler;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A fork of AuthMeReloaded that contains bug fixes
# noinspection YAMLSchemaValidation
main: ${pluginDescription.main}
folia-supported: true
version: 5.7.0-FORK-b51
version: 5.7.0-FORK-b52
api-version: 1.13
softdepend:
- Vault
Expand Down

0 comments on commit 63bfc7a

Please sign in to comment.