Skip to content

Commit

Permalink
update: v4guard-account-shield 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samfces committed May 13, 2023
1 parent 94f9643 commit da6f6ad
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-account-shield</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class v4GuardShieldCore {

private ShieldMode shieldMode;

public static final String pluginVersion = "1.0.1";
public static final String pluginVersion = "1.0.2";

public v4GuardShieldCore(ShieldMode mode) {
INSTANCE = this;
Expand Down

0 comments on commit da6f6ad

Please sign in to comment.