Skip to content

Commit

Permalink
update: version 1.1.4b
Browse files Browse the repository at this point in the history
  • Loading branch information
samfces committed Apr 30, 2023
1 parent f404030 commit 5c3a2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.v4guard</groupId>
<artifactId>v4guard-plugin</artifactId>
<version>1.1.4</version>
<version>1.1.4b</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/v4guard/plugin/core/v4GuardCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class v4GuardCore {
private final BrandCheckManager brandCheckManager;
private AccountShieldManager accountShieldManager;

public static final String pluginVersion = "1.1.4";
public static final String pluginVersion = "1.1.4b";

private boolean debug = false;
private boolean accountShieldFound = false;
Expand Down

0 comments on commit 5c3a2a5

Please sign in to comment.