Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mmonkey committed May 14, 2015
1 parent a656481 commit c8b3473
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 @@ -4,7 +4,7 @@

<groupId>com.github.mmonkey</groupId>
<artifactId>Relay</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Relay</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/mmonkey/Relay/Relay.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class Relay {

protected static final String ID = "Relay";
protected static final String NAME = "Relay";
protected static final String VERSION = "0.0.1";
protected static final String VERSION = "1.0.0";

private Game game;
private Optional<PluginContainer> pluginContainer;
Expand Down

0 comments on commit c8b3473

Please sign in to comment.