Skip to content

Commit

Permalink
update: preparing version for pull request 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samfces committed Aug 21, 2022
1 parent 58fe016 commit 35ee986
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.0</version>
<version>1.1.1</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 @@ -20,7 +20,7 @@ public class v4GuardCore {
private BackendConnector backendConnector;
private CheckManager checkManager;

public static final String pluginVersion = "1.1.0";
public static final String pluginVersion = "1.1.1";

private boolean debug = false;
private v4GuardMode pluginMode = v4GuardMode.UNKNOWN;
Expand Down

0 comments on commit 35ee986

Please sign in to comment.