Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
leelawd committed May 13, 2017
1 parent 1d7956c commit 90965df
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.3-API-5.1-6.X</version>
<version>2.0.4-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.3", authors = {"Leelawd93"})
@Plugin(id = "mmcreboot", name = "MMCReboot", version = "2.0.4", authors = {"Leelawd93"})
public class Main {

@Inject
Expand Down

0 comments on commit 90965df

Please sign in to comment.