Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichbinjoe committed Jan 3, 2019
1 parent f5776dd commit 0c6dc99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens

allprojects {
group 'com.vexsoftware'
version '2.4.2-SNAPSHOT'
version '2.5.0'
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.util.HashMap;
import java.util.Map;

@Plugin(id = "nuvotifier", name = "NuVotifier", version = "2.4.2-SNAPSHOT", authors = "ParallelBlock LLC",
@Plugin(id = "nuvotifier", name = "NuVotifier", version = "2.5.0", authors = "ParallelBlock LLC",
description = "Safe, smart, and secure Votifier server plugin")
public class VotifierPlugin implements VoteHandler, com.vexsoftware.votifier.platform.VotifierPlugin, ForwardedVoteListener {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import java.util.*;
import java.util.stream.Collectors;

@Plugin(id = "nuvotifier", name = "NuVotifier", version = "2.4.2-SNAPSHOT", authors = "ParallelBlock LLC",
@Plugin(id = "nuvotifier", name = "NuVotifier", version = "2.5.0", authors = "ParallelBlock LLC",
description = "Safe, smart, and secure Votifier server plugin")
public class VotifierPlugin implements VoteHandler, ProxyVotifierPlugin {

Expand Down

0 comments on commit 0c6dc99

Please sign in to comment.