Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Release 5.1.6
Browse files Browse the repository at this point in the history
Former-commit-id: 9bf7c74
  • Loading branch information
xishift committed Sep 6, 2020
1 parent 84045ec commit 7f2dda9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.ishift</groupId>
<version>5.1.5</version>
<version>5.1.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.ishift</groupId>
<version>5.1.5</version>
<version>5.1.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.ishift</groupId>
<version>5.1.5</version>
<version>5.1.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
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>me.ishift</groupId>
<artifactId>EpicGuard</artifactId>
<version>5.1.5</version>
<version>5.1.6</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>EpicGuard</artifactId>
<groupId>me.ishift</groupId>
<version>5.1.5</version>
<version>5.1.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import java.util.concurrent.TimeUnit;
import java.util.logging.Logger;

@Plugin(id = "epicguard", name = "EpicGuard", version = "5.1.5")
@Plugin(id = "epicguard", name = "EpicGuard", version = "5.1.6")
public class PlatformVelocity implements PlatformPlugin {
private final ProxyServer server;
private final Logger logger;
Expand Down

0 comments on commit 7f2dda9

Please sign in to comment.