Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichbinjoe committed Apr 27, 2019
1 parent 7d43b73 commit 9944bb7
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.5.2-SNAPSHOT'
version '2.5.2'
}

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.5.2-SNAPSHOT", authors = "Ichbinjoe",
@Plugin(id = "nuvotifier", name = "NuVotifier", version = "2.5.2", authors = "Ichbinjoe",
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.5.2-SNAPSHOT", authors = "Ichbinjoe",
@Plugin(id = "nuvotifier", name = "NuVotifier", version = "2.5.2", authors = "Ichbinjoe",
description = "Safe, smart, and secure Votifier server plugin")
public class VotifierPlugin implements VoteHandler, ProxyVotifierPlugin {

Expand Down

0 comments on commit 9944bb7

Please sign in to comment.