Skip to content

Commit

Permalink
Update version to 3.4.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Feb 8, 2016
1 parent 9bb2afd commit e445bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -83,7 +83,7 @@
import java.util.concurrent.TimeUnit;
import java.util.regex.Pattern;

@Plugin(id = "serverlistplus", name = "ServerListPlus", version = "3.4.1-SNAPSHOT", dependencies = "after:statusprotocol")
@Plugin(id = "serverlistplus", name = "ServerListPlus", version = "3.4.1", dependencies = "after:statusprotocol")
public class SpongePlugin implements ServerListPlusPlugin {

@Inject protected Game game;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -27,7 +27,7 @@ plugins {

allprojects {
group = 'net.minecrell'
version = '3.4.1-SNAPSHOT'
version = '3.4.1'

apply plugin: 'java'
apply plugin: 'eclipse'
Expand Down

0 comments on commit e445bea

Please sign in to comment.