Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leelawd committed Apr 14, 2017
1 parent 8ac8e63 commit fa8c2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.moddedminecraft</groupId>
<artifactId>MMCReboot</artifactId>
<version>2.0.1-API-5.1-6.X</version>
<version>2.0.2-API-5.1-6.X</version>
<name>MMCReboot</name>
<description>
Restart plugin for sponge to allow server restart timers, countdowns and votes.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/moddedminecraft/mmcreboot/Main.java
Expand Up @@ -45,7 +45,7 @@
import java.util.regex.Matcher;
import java.util.regex.Pattern;

@Plugin(id = "mmcreboot", name = "MMCReboot", version = "2.0.1", authors = {"Leelawd93"})
@Plugin(id = "mmcreboot", name = "MMCReboot", version = "2.0.2", authors = {"Leelawd93"})
public class Main {

@Inject
Expand Down

0 comments on commit fa8c2e6

Please sign in to comment.