Skip to content

Commit

Permalink
release: Version 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Jun 30, 2023
1 parent 598c425 commit d533034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public final class Placeholders {
public static void register() {
EpicGuardAPI API = EpicGuardAPI.INSTANCE;
final EpicGuardAPI API = EpicGuardAPI.INSTANCE;
Expansion.builder("epicguard")
.globalPlaceholder("attack_status", (queue, ctx) -> {
final Component STATUS = API.attackManager().isUnderAttack()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = io.github.4drian3d
version = 7.5.0-SNAPSHOT
version = 7.5.0
description=Bot protection system for Minecraft servers.

org.gradle.caching=true
Expand Down

0 comments on commit d533034

Please sign in to comment.