Skip to content

Commit

Permalink
Version to 4.1.5 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Apr 23, 2017
1 parent d7d98c4 commit c7bcb54
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 @@
<artifactId>craftirc-sponge</artifactId>

<name>CraftIRC Sponge</name>
<version>4.1.5-SNAPSHOT</version>
<version>4.1.5</version>

<url>http://kitteh.org/</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/kitteh/craftirc/sponge/SpongeIRC.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import java.util.Set;
import java.util.concurrent.CopyOnWriteArraySet;

@Plugin(id = "craftirc", name = "CraftIRC", version = "4.1.5-SNAPSHOT", authors = "mbaxter",
@Plugin(id = "craftirc", name = "CraftIRC", version = "4.1.5", authors = "mbaxter",
description = "Relay between IRC and Minecraft", url = "http://kitteh.org")
public class SpongeIRC {
private static final String PERMISSION_RELOAD = "craftirc.reload";
Expand Down

0 comments on commit c7bcb54

Please sign in to comment.